Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version token that creates a procedural texture filler in effects. This macro is used by the D3DXFillxxxTX functions.
#define D3DXTX_VERSION (_Major, _Minor) (('T' << 24) | ('X' << 16) | ((_Major) << 8) | (_Minor))
Return Value
The macro returns the procedural texture version token.
Requirements
Requirement | Value |
---|---|
Header |
|
See also