Search Results for

    Show / Hide Table of Contents

    Class DX12ResourceLayout

    The DirectX 12 implementation of the ResourceLayout object.

    Inheritance
    object
    ResourceLayout
    DX12ResourceLayout
    Inherited Members
    ResourceLayout.Description
    Namespace: Evergine.DirectX12
    Assembly: Evergine.DirectX12.dll
    Syntax
    public class DX12ResourceLayout : ResourceLayout

    Constructors

    DX12ResourceLayout(ref ResourceLayoutDescription)

    Initializes a new instance of the DX12ResourceLayout class.

    Declaration
    public DX12ResourceLayout(ref ResourceLayoutDescription description)
    Parameters
    Type Name Description
    ResourceLayoutDescription description

    The layout 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
    ResourceLayout.Name

    Methods

    Dispose()

    Releases managed and unmanaged resources.

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

    Extension Methods

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