Enum ContextReleaseBehaviour
See KHR_context_flush_control extension for details.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum ContextReleaseBehaviour
Fields
Name | Description |
---|---|
Flush | A flush is done when the context is released (made not current). |
None | No flush is done when the context is released (made not current). |