Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    RootSignature Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    Describes how DescriptorSet will be bound together.

    System.Object → DisposeBase → ComponentBase → GraphicsResourceBase → RootSignature
    Derived from RootSignature:

    public class RootSignature : GraphicsResourceBase, IDisposable, IComponent, IReferencable, ICollectorHolder
    Name Description
    Methods
    New(GraphicsDevice, EffectDescriptorSetReflection)
    OnRecreate()
    | Improve this Doc View Source

    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
    Overrides
    GraphicsResourceBase.OnRecreate()

    Inherited Members

    GraphicsResourceBase.NativeResource
    GraphicsResourceBase.NativeDeviceChild
    GraphicsResourceBase.OnDestroyed()
    GraphicsResourceBase.NativeDevice
    GraphicsResourceBase.Reload
    GraphicsResourceBase.GraphicsDevice
    GraphicsResourceBase.Destroyed
    GraphicsResourceBase.OnPause()
    GraphicsResourceBase.OnResume()
    GraphicsResourceBase.Destroy()
    ComponentBase.Tags
    ComponentBase.Name
    ComponentBase.ICollectorHolder.Collector
    ComponentBase.OnNameChanged()
    ComponentBase.ToString()
    DisposeBase.Dispose()
    DisposeBase.IsDisposed
    DisposeBase.IReferencable.ReferenceCount
    DisposeBase.IReferencable.AddReference()
    DisposeBase.IReferencable.Release()
    DisposeBase.OnAddReference()
    DisposeBase.OnReleaseReference()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation