D3DXCONSTANTTABLE_DESC structure
A description of the constant table.
Syntax
typedef struct D3DXCONSTANTTABLE_DESC {
LPCSTR Creator;
DWORD Version;
UINT Constants;
} D3DXCONSTANTTABLE_DESC, *LPD3DXCONSTANTTABLE_DESC;
Members
-
Creator
-
Type: LPCSTR
-
Name of the constant table creator.
-
Version
-
Type: DWORD
-
Shader version.
-
Constants
-
Type: UINT
-
Number of constants in the constant table.
Requirements
Requirement | Value |
---|---|
Header |
|
See also