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