Enum ReleaseBehavior
The context release behaviors.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum ReleaseBehavior
Fields
Name | Description |
---|---|
Any | Use the default release behavior of the platform. |
Flush | The pipeline will be flushed whenever the context is released from being the current one. |
None | The pipeline will not be flushed on release. |