Enum WindowHintReleaseBehavior
Used to specify the release behavior used by the local context.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum WindowHintReleaseBehavior
Fields
Name | Description |
---|---|
ContextReleaseBehavior | Specifies the release behavior to be used by the context. Possible values are one of Any, Flush or None. If the behavior is ReleaseBehavior, the default behavior of the context creation API will be used. If the behavior is Flush, the pipeline will be flushed whenever the context is released from being the current one. If the behavior is None, the pipeline will not be flushed on release. |