Struct ResourceLayoutDescription
This class describes the elements inside a ResourceLayout.
Inherited Members
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[] |