Search Results for

    Show / Hide Table of Contents

    Class MTLResourceLayout

    The Metal implementation of the ResourceLayout object.

    Inheritance
    object
    ResourceLayout
    MTLResourceLayout
    Inherited Members
    ResourceLayout.Description
    Namespace: Evergine.Metal
    Assembly: Evergine.Metal.dll
    Syntax
    public class MTLResourceLayout : ResourceLayout

    Constructors

    MTLResourceLayout(ref ResourceLayoutDescription)

    Initializes a new instance of the MTLResourceLayout class.

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

    The resource set description.

    Fields

    BufferCount

    The number of buffers in this resource layout.

    Declaration
    public uint BufferCount
    Field Value
    Type Description
    uint

    SamplerCount

    The number of samples in this resource layout.

    Declaration
    public uint SamplerCount
    Field Value
    Type Description
    uint

    TextureCount

    The number of textures in this resource layout.

    Declaration
    public uint TextureCount
    Field Value
    Type Description
    uint

    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