D3DXTX_VERSION
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXTX_VERSION Macro


Version token that creates a procedural texture filler in effects. This macro is used by the D3DXFillxxxTX functions.

Syntax

#define D3DXTX_VERSION(_Major,_Minor) (('T' << 24) | ('X' << 16) | ((_Major) << 8) | (_Minor))

Return Value

The macro returns the procedural texture version token.

Macro Information

Headerd3dx9shader.h
Minimum operating systems Windows 98

See Also

D3DXFillTextureTX, D3DXFillCubeTextureTX, D3DXFillVolumeTextureTX


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