?/TD>
Microsoft DirectX 9.0

D3DVS20CAPS


Vertex shader capability constants.

#defineValueDescription
D3DVS20CAPS_PREDICATION(1?lt;<?)Instruction predication is supported. See setp.
D3DVS20_MAX_DYNAMICFLOWCONTROLDEPTH24The maximum level of nesting of dynamic flow control instructions (break, breakc, ifc).
D3DVS20_MIN_DYNAMICFLOWCONTROLDEPTH0The minimum level of nesting of dynamic flow control instructions (break, breakc, ifc).
D3DVS20_MAX_NUMTEMPS32The maximum number of temporary registers supported.
D3DVS20_MIN_NUMTEMPS12The minimum number of temporary registers supported.
D3DVS20_MAX_STATICFLOWCONTROLDEPTH4The maximum depth of nesting of the loop/rep and call/callnz instructions.
D3DVS20_MIN_STATICFLOWCONTROLDEPTH1The minimum depth of nesting of the loop/rep and call/callnz instructions.

These constants are used by the VS20Caps member of D3DCAPS9.

Constant Information

Headerd3d9caps.h
Minimum operating systemWindows 98

Related Topics



© 2002 Microsoft Corporation. All rights reserved.