Search Results for

    Show / Hide Table of Contents

    Struct ResourceLayoutDescription

    This class describes the elements inside a ResourceLayout.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public struct ResourceLayoutDescription

    Constructors

    ResourceLayoutDescription(params LayoutElementDescription[])

    Initializes a new instance of the ResourceLayoutDescription struct.

    Declaration
    public ResourceLayoutDescription(params LayoutElementDescription[] elements)
    Parameters
    Type Name Description
    LayoutElementDescription[] elements

    The elements descriptions.

    Fields

    DynamicConstantBufferCount

    The number of dynamic constant buffers.

    Declaration
    public int DynamicConstantBufferCount
    Field Value
    Type Description
    int

    Elements

    The Layout elements.

    Declaration
    public LayoutElementDescription[] Elements
    Field Value
    Type Description
    LayoutElementDescription[]

    Extension Methods

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