編集

次の方法で共有


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

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.

Applies to