Enum ContextFlags
Enumerates various flags that affect the creation of new GraphicsContexts.
Namespace: OpenTK.Windowing.Common
Assembly: OpenTK.Windowing.Common.dll
Syntax
[Flags]
public enum ContextFlags
Fields
| Name | Description |
|---|---|
| Debug | Indicates that this is a debug GraphicsContext. Debug contexts may provide additional debugging information at the cost of performance. |
| Default | The default value of the GraphicsContextFlags enumeration. |
| ForwardCompatible | Indicates that this is a forward compatible GraphicsContext. Forward-compatible contexts do not support functionality marked as deprecated in the current GraphicsContextVersion. |
| Offscreen | Indicates that this GraphicsContext is intended for offscreen rendering. |