GraphicsContextFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates various flags that affect the creation of new GraphicsContexts.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum GraphicsContextFlags
type GraphicsContextFlags =
- Inheritance
-
GraphicsContextFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default value of the GraphicsContextFlags enumeration. |
Debug | 1 | Indicates that this is a debug GraphicsContext. Debug contexts may provide additional debugging information at the cost of performance. |
ForwardCompatible | 2 | Indicates that this is a forward compatible GraphicsContext. Forward-compatible contexts do not support functionality marked as deprecated in the current GraphicsContextVersion. |
Embedded | 4 | Indicates that this GraphicsContext is targeting OpenGL|ES. |