D3DXCONSTANTTABLE_DESC
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXCONSTANTTABLE_DESC Structure


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

Headerd3dx9shader.h
Minimum operating systems Windows 98

See Also

D3DXCONSTANT_DESC


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.