?/TD>
Microsoft DirectX 9.0

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


© 2002 Microsoft Corporation. All rights reserved.