| ?/TD> | 
| Microsoft DirectX 9.0 | 
A description of the constant table.
Syntax
typedef struct _D3DXCONSTANTTABLE_DESC {
    LPCSTR Creator;
    DWORD Version;
    UINT Constants;
} D3DXCONSTANTTABLE_DESC;Members
- Creator
 - Name of the constant table creator.
 - Version
 - Shader version.
 - Constants
 - Number of constants in the constant table.
 
Structure Information
Header d3dx9shader.h Minimum operating systems Windows 98 
See Also
D3DXCONSTANT_DESC