Search Results for

    Show / Hide Table of Contents

    Class DX11ResourceSet

    The DX11 implementation of the ResourceSet object.

    Inheritance
    object
    ResourceSet
    DX11ResourceSet
    Implements
    IDisposable
    Inherited Members
    ResourceSet.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.DirectX11
    Assembly: Evergine.DirectX11.dll
    Syntax
    public class DX11ResourceSet : ResourceSet, IDisposable

    Constructors

    DX11ResourceSet(DX11GraphicsContext, ref ResourceSetDescription)

    Initializes a new instance of the DX11ResourceSet class.

    Declaration
    public DX11ResourceSet(DX11GraphicsContext context, ref ResourceSetDescription description)
    Parameters
    Type Name Description
    DX11GraphicsContext context

    The DX11 graphics context instance.

    ResourceSetDescription description

    The resourceSet description.

    Properties

    Name

    Gets or sets a string identifying this instance. Can be used in graphics debuggers tools.

    Declaration
    public override string Name { get; set; }
    Property Value
    Type Description
    string
    Overrides
    ResourceSet.Name

    Methods

    Dispose()

    /// Frees managed and unmanaged resources.

    Declaration
    public override void Dispose()
    Overrides
    ResourceSet.Dispose()

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX