GraphicsContextFlags Enum

Definition

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

Debug 1

Indicates that this is a debug GraphicsContext. Debug contexts may provide additional debugging information at the cost of performance.

Default 0

The default value of the GraphicsContextFlags enumeration.

Embedded 4

Indicates that this GraphicsContext is targeting OpenGL|ES.

ForwardCompatible 2

Indicates that this is a forward compatible GraphicsContext. Forward-compatible contexts do not support functionality marked as deprecated in the current GraphicsContextVersion.

Applies to