RootSignature Class
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Describes how DescriptorSet will be bound together.
                 Derived from RootSignature: 
              
              
              
public class RootSignature : GraphicsResourceBase, IDisposable, IComponent, IReferencable, ICollectorHolder
              | Name | Description | |
|---|---|---|
| Methods | ||
| New(GraphicsDevice, EffectDescriptorSetReflection) | ||
| OnRecreate() | ||
Methods
New(GraphicsDevice, EffectDescriptorSetReflection)
public static RootSignature New(GraphicsDevice graphicsDevice, EffectDescriptorSetReflection effectDescriptorSetReflection)
              Parameters
| Type | Name | Description | 
|---|---|---|
| GraphicsDevice | graphicsDevice | |
| EffectDescriptorSetReflection | effectDescriptorSetReflection | 
Returns
| Type | Description | 
|---|---|
| RootSignature | 
OnRecreate()
protected override bool OnRecreate()
              Returns
| Type | Description | 
|---|---|
| System.Boolean |