Class GLComputePipelineState
The OpenGL version of the PipelineState.
Inherited Members
Namespace: Evergine.OpenGL
Assembly: Evergine.OpenGL.dll
Syntax
public class GLComputePipelineState : ComputePipelineState
Constructors
GLComputePipelineState(GLGraphicsContext, ref ComputePipelineDescription)
Initializes a new instance of the GLComputePipelineState class.
Declaration
public GLComputePipelineState(GLGraphicsContext graphicsContext, ref ComputePipelineDescription description)
Parameters
Type | Name | Description |
---|---|---|
GLGraphicsContext | graphicsContext | Graphics context. |
ComputePipelineDescription | description | The compute pipeline state description. |
Properties
Name
Gets or sets a string identifying this instance. Can be used in graphics debugging tools.
Declaration
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
Apply()
Apply only changes compared to the previous pipelineState.
Declaration
public void Apply()
Dispose()
Performs tasks defined by the application associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()