GRGlBackendState 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.
Various flags for the ResetContext(GRGlBackendState) method when using a OpenGL backend.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum GRGlBackendState
- Inheritance
-
GRGlBackendState
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Reset nothing. |
RenderTarget | 1 | Reset the render target. |
TextureBinding | 2 | Reset the texture binding state. |
View | 4 | Reset the scissor and viewport state. |
Blend | 8 | Reset the blend state. |
MSAAEnable | 16 | Reset the MSAA state |
Vertex | 32 | Reset the vertex buffer state. |
Stencil | 64 | Reset the stencil state. |
PixelStore | 128 | Reset the pixel store state. |
Program | 256 | Reset the program state. |
FixedFunction | 512 | Reset the fixed function state. |
Misc | 1024 | Reset miscellaneous state. |
PathRendering | 2048 | Reset the path rendering state. |
All | 65535 | Reset all the context state. |