Class GLRasterizerState
This class represent all parameters supported in OpenGL for RasterizerState.
Inherited Members
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 graphicscontext. |
GLGraphicsPipelineState | previous | Previous pipeline state. |
GLRasterizerStateDescription | description | New RasterizerState description. |
bool | invertFrontFaceChanged | The front face direction flip has changed. |