D3DXCONSTANTTABLE_DESC
A description of the constant table.
typedef struct D3DXCONSTANTTABLE_DESC {
LPCSTR Creator;
DWORD Version;
UINT Constants;
} D3DXCONSTANTTABLE_DESC, *LPD3DXCONSTANTTABLE_DESC;
Members
- Creator
- Name of the constant table creator.
- Version
- Shader version.
- Constants
- Number of constants in the constant table.
See Also
D3DXCONSTANT_DESC