Table of Contents

Class PipelineState

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll
public class PipelineState : GraphicsResourceBase, IDisposable, IComponent, IReferencable, ICollectorHolder
Inheritance
PipelineState
Implements
Inherited Members
Extension Methods

Properties

InputBindingCount

public int InputBindingCount { get; }

Property Value

int

Methods

New(GraphicsDevice, ref PipelineStateDescription)

public static PipelineState New(GraphicsDevice graphicsDevice, ref PipelineStateDescription pipelineStateDescription)

Parameters

graphicsDevice GraphicsDevice
pipelineStateDescription PipelineStateDescription

Returns

PipelineState

OnDestroyed()

Called when graphics device has been detected to be internally destroyed.

protected override void OnDestroyed()