Class CBufferEngineData
Include the constant buffer parameters that will be injected from Evergine ([Time], [World]...)
Inherited Members
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 | ConstantBuffer slot.  | 
      
Fields
FieldsData
The fields data.
Declaration
public FastList<CBufferFieldEngineData> FieldsData
  Field Value
| Type | Description | 
|---|---|
| FastList<CBufferFieldEngineData> | 
Slot
The slot.
Declaration
public int Slot
  Field Value
| Type | Description | 
|---|---|
| int |