Show / Hide Table of Contents

Enum WindowHintRobustness

Used to set context robustness attribute.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum WindowHintRobustness

Fields

Name Description
ContextRobustness

Indicates the robustness strategy used by the context. This is LoseContextOnReset or NoResetNotification if the window's context supports robustness, or NoRobustness otherwise.

See Also
WindowHint(WindowHintRobustness, Robustness)
In This Article
Back to top Generated by DocFX