Search Results for

    Show / Hide Table of Contents

    Class DX12ResourceSet

    The DX12 implementation of the ResourceSet object.

    Inheritance
    object
    ResourceSet
    DX12ResourceSet
    Inherited Members
    ResourceSet.Description
    Namespace: Evergine.DirectX12
    Assembly: Evergine.DirectX12.dll
    Syntax
    public class DX12ResourceSet : ResourceSet

    Constructors

    DX12ResourceSet(ref ResourceSetDescription)

    Initializes a new instance of the DX12ResourceSet class.

    Declaration
    public DX12ResourceSet(ref ResourceSetDescription description)
    Parameters
    Type Name Description
    ResourceSetDescription description

    The resource set description.

    Properties

    Name

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

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

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX