Torque3D Documentation / _generateds / GenericConstBufferLayout::ParamDesc

GenericConstBufferLayout::ParamDesc

Engine/source/gfx/genericConstBuffer.h

Describes the parameters we contain.

More...

Public Attributes

0 based index of this param, in order of addParameter calls.

Parameter name.

Offset into the memory block.

Size of the block.

Public Functions

Detailed Description

Describes the parameters we contain.

Public Attributes

U32 alignValue 
U32 arraySize 
GFXShaderConstType constType 

Type of data.

U32 index 

0 based index of this param, in order of addParameter calls.

String name 

Parameter name.

U32 offset 

Offset into the memory block.

U32 size 

Size of the block.

Public Functions

ParamDesc()

clear()