Class CBufferEngineData
Includes the constant buffer parameters that will be injected from Evergine ([Time], [World]...)
Namespace: Evergine.Framework.Graphics.Effects
Assembly: Evergine.Framework.dll
Syntax
public class CBufferEngineData
Constructors
CBufferEngineData(int)
Initializes a new instance of the CBufferEngineData class.
Declaration
public CBufferEngineData(int slot)
Parameters
| Type | Name | Description |
|---|---|---|
| int | slot | Constant buffer slot. |
Fields
FieldsData
The field's data.
Declaration
public FastList<CBufferFieldEngineData> FieldsData
Field Value
| Type | Description |
|---|---|
| FastList<CBufferFieldEngineData> |
Slot
The slot.
Declaration
public int Slot
Field Value
| Type | Description |
|---|---|
| int |