D3DXREGISTER_SET
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXREGISTER_SET Enumerated Type


Data type of the register.

Syntax

typedef enum _D3DXREGISTER_SET {
    D3DXRS_BOOL,
    D3DXRS_INT4,
    D3DXRS_FLOAT4,
    D3DXRS_SAMPLER,
    D3DXPC_FORCE_DWORD = 0x7fffffff
} D3DXREGISTER_SET;

Constants

D3DXRS_BOOL

Boolean value.

D3DXRS_INT4

4-D integer number.

D3DXRS_FLOAT4

4-D floating-point number.

D3DXRS_SAMPLER

The register contains 4-D sampler data.

D3DXPC_FORCE_DWORD

Forces this enumeration to compile to 32 bits in size. This value is not used.

Enumerated Type Information

Headerd3dx9shader.h
Minimum operating systems Windows 98

See Also

D3DXSHADER_CONSTANTINFO, 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.