Struct ResourceSetDescription
This class describes the elements within a ResourceLayout.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public struct ResourceSetDescription
Constructors
ResourceSetDescription(ResourceLayout, params GraphicsResource[])
Initializes a new instance of the ResourceSetDescription struct.
Declaration
public ResourceSetDescription(ResourceLayout layout, params GraphicsResource[] resources)
Parameters
Type | Name | Description |
---|---|---|
ResourceLayout | layout | The resource layout object. |
GraphicsResource[] | resources | The list of resources. |
Fields
Layout
The ResourceLayout object ResourceLayout.
Declaration
public ResourceLayout Layout
Field Value
Type | Description |
---|---|
ResourceLayout |
Resources
An array of GraphicsResource elements, including Textures, ConstantBuffers, and Samples.
Declaration
public GraphicsResource[] Resources
Field Value
Type | Description |
---|---|
GraphicsResource[] |