Enum Robustness
OpenGL context robustness strategy.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum Robustness
Fields
Name | Description |
---|---|
LoseContextOnReset | Lose context on reset. |
NoResetNotification | Robust context without a reset notification. |
NoRobustness | No context robustness strategy. |