Class GLBlendState
This struct represent all parameters supported in OpenGL for BlendState.
Inherited Members
Namespace: Evergine.OpenGL
Assembly: Evergine.OpenGL.dll
Syntax
public class GLBlendState
Constructors
GLBlendState()
Initializes a new instance of the GLBlendState class.
Declaration
public GLBlendState()
Methods
Apply(GLGraphicsContext, ref GLGraphicsPipelineState, ref GLBlendStateDescription)
Apply all BlendState values.
Declaration
public void Apply(GLGraphicsContext context, ref GLGraphicsPipelineState previous, ref GLBlendStateDescription description)
Parameters
Type | Name | Description |
---|---|---|
GLGraphicsContext | context | The OpenGL graphicscontext. |
GLGraphicsPipelineState | previous | Previous pipeline state. |
GLBlendStateDescription | description | New BlendState description. |