Class ComputePipelineState
This class represents the GPU graphics pipeline.
Inheritance
ComputePipelineState
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public abstract class ComputePipelineState : PipelineState
Constructors
ComputePipelineState(ref ComputePipelineDescription)
Initializes a new instance of the ComputePipelineState class.
Declaration
protected ComputePipelineState(ref ComputePipelineDescription description)
Parameters
Type | Name | Description |
---|---|---|
ComputePipelineDescription | description | The pipeline state description. |
Fields
Description
Gets the compute pipeline state description.
Declaration
public readonly ComputePipelineDescription Description
Field Value
Type | Description |
---|---|
ComputePipelineDescription |
Properties
Name
Gets or sets a string identifying this instance. Can be used in graphics debugging tools.
Declaration
public abstract string Name { get; set; }
Property Value
Type | Description |
---|---|
string |