GRGlBackendState Enum

Definition

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

All 65535

Reset all the context state.

Blend 8

Reset the blend state.

FixedFunction 512

Reset the fixed function state.

Misc 1024

Reset miscellaneous state.

MSAAEnable 16

Reset the MSAA state

None 0

Reset nothing.

PathRendering 2048

Reset the path rendering state.

PixelStore 128

Reset the pixel store state.

Program 256

Reset the program state.

RenderTarget 1

Reset the render target.

Stencil 64

Reset the stencil state.

TextureBinding 2

Reset the texture binding state.

Vertex 32

Reset the vertex buffer state.

View 4

Reset the scissor and viewport state.

Applies to