Search Results for

    Show / Hide Table of Contents

    Class ResourceLayout

    This class represents a set of bindable resources.

    Inheritance
    object
    ResourceLayout
    DX11ResourceLayout
    DX12ResourceLayout
    MTLResourceLayout
    GLResourceLayout
    VKResourceLayout
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public abstract class ResourceLayout

    Constructors

    ResourceLayout(ref ResourceLayoutDescription)

    Initializes a new instance of the ResourceLayout class.

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

    The resource layout description.

    Fields

    Description

    The description of the resource layout.

    Declaration
    public readonly ResourceLayoutDescription Description
    Field Value
    Type Description
    ResourceLayoutDescription

    Properties

    Name

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

    Declaration
    public abstract string Name { get; set; }
    Property Value
    Type Description
    string

    Methods

    Dispose()

    Releases managed and unmanaged resources.

    Declaration
    public abstract void Dispose()

    Extension Methods

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