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