Show / Hide Table of Contents

Enum WindowAttributeGetRobustness

Used to get window related attributes.

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

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
GetWindowAttrib(Window*, WindowAttributeGetRobustness)
In This Article
Back to top Generated by DocFX