Class GLRasterizerState
This class represents all parameters supported in OpenGL for RasterizerState.
Namespace: Evergine.OpenGL
Assembly: Evergine.OpenGL.dll
Syntax
public class GLRasterizerState
Constructors
GLRasterizerState()
Initializes a new instance of the GLRasterizerState class.
Declaration
public GLRasterizerState()
Methods
Apply(GLGraphicsContext, GLGraphicsPipelineState, ref GLRasterizerStateDescription, bool)
Apply all RasterizerState values.
Declaration
public void Apply(GLGraphicsContext context, GLGraphicsPipelineState previous, ref GLRasterizerStateDescription description, bool invertFrontFaceChanged)
Parameters
Type | Name | Description |
---|---|---|
GLGraphicsContext | context | The OpenGL graphics context. |
GLGraphicsPipelineState | previous | Previous pipeline state. |
GLRasterizerStateDescription | description | New RasterizerState description. |
bool | invertFrontFaceChanged | The front face direction flip has changed. |