Search Results for

    Show / Hide Table of Contents

    Class MTLResourceLayout

    The Metal implementation of the resourceLayout object.

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

    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 resourceSet description.

    Fields

    BufferCount

    The number of buffer in this resourceLayout.

    Declaration
    public uint BufferCount
    Field Value
    Type Description
    uint

    SamplerCount

    The number of samples in this resourceLayout.

    Declaration
    public uint SamplerCount
    Field Value
    Type Description
    uint

    TextureCount

    The number of textures in this resourceLayout.

    Declaration
    public uint TextureCount
    Field Value
    Type Description
    uint

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

    Methods

    Dispose()

    Frees managed and unmanaged resources.

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

    Implements

    IDisposable

    Extension Methods

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