D3DVS20CAPS
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DVS20CAPS


Vertex shader capability constants.

#defineValueDescription
D3DVS20CAPS_PREDICATION(1 << 0)Instruction predication is supported. See setp_comp.
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 bool instructions.
D3DVS20_MIN_STATICFLOWCONTROLDEPTH1The minimum depth of nesting of the loop/rep and call/callnz bool instructions.

These constants are used by the VS20Caps member of D3DCAPS9.

Constant Information

Headerd3d9caps.h
Minimum operating systemWindows 98

Related Topics



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