Table of Contents

Class RootSignature

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Describes how DescriptorSet will be bound together.

public class RootSignature : GraphicsResourceBase, IDisposable, IComponent, IReferencable, ICollectorHolder
Inheritance
RootSignature
Implements
Inherited Members
Extension Methods

Methods

New(GraphicsDevice, EffectDescriptorSetReflection)

public static RootSignature New(GraphicsDevice graphicsDevice, EffectDescriptorSetReflection effectDescriptorSetReflection)

Parameters

graphicsDevice GraphicsDevice
effectDescriptorSetReflection EffectDescriptorSetReflection

Returns

RootSignature

OnRecreate()

Called when graphics device has been recreated.

protected override bool OnRecreate()

Returns

bool

True if item transitioned to a Active state.