D3DVS20CAPS
Vertex shader capability constants.
#define | Value | Description |
---|
D3DVS20CAPS_PREDICATION | (1?lt;<?) | Instruction predication is supported. See setp. |
D3DVS20_MAX_DYNAMICFLOWCONTROLDEPTH | 24 | The maximum level of nesting of dynamic flow control instructions (break, breakc, ifc). |
D3DVS20_MIN_DYNAMICFLOWCONTROLDEPTH | 0 | The minimum level of nesting of dynamic flow control instructions (break, breakc, ifc). |
D3DVS20_MAX_NUMTEMPS | 32 | The maximum number of temporary registers supported. |
D3DVS20_MIN_NUMTEMPS | 12 | The minimum number of temporary registers supported. |
D3DVS20_MAX_STATICFLOWCONTROLDEPTH | 4 | The maximum depth of nesting of the loop/rep and call/callnz instructions. |
D3DVS20_MIN_STATICFLOWCONTROLDEPTH | 1 | The minimum depth of nesting of the loop/rep and call/callnz instructions. |
These constants are used by the VS20Caps member of D3DCAPS9.
Constant Information
Header | d3d9caps.h |
---|
Minimum operating system | Windows 98 |
---|