GenericConstBufferLayout::ParamDesc Struct Reference

#include <genericConstBuffer.h>

List of all members.


Detailed Description

Describes the parameters we contain.


Public Attributes

String name
 Parameter name.
U32 offset
 Offset into the memory block.
U32 size
 Size of the block.
GFXShaderConstType constType
 Type of data.
U32 arraySize
U32 alignValue
U32 index
 0 based index of this param, in order of addParameter calls.


Member Data Documentation

Offset into the memory block.

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