Class GraphicsPipelineState
This class represent the GPU graphics pipeline.
Inheritance
GraphicsPipelineState
      
      
      
      
      
  Implements
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public abstract class GraphicsPipelineState : PipelineState, IDisposable
  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 pipelineState description.  | 
      
Fields
Description
Gets the graphics pipelinestate description.
Declaration
public readonly GraphicsPipelineDescription Description
  Field Value
| Type | Description | 
|---|---|
| GraphicsPipelineDescription | 
InvalidatedViewport
Invalidates the current viewport.
Declaration
public bool InvalidatedViewport
  Field Value
| Type | Description | 
|---|---|
| bool | 
Properties
Name
Gets or sets a string identifying this instance. Can be used in graphics debuggers tools.
Declaration
public abstract string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |