?/TD> |
Microsoft DirectX 9.0 |
Vertex shader caps.
Syntax
typedef struct _D3DVSHADERCAPS2_0 { DWORD Caps; INT DynamicFlowControlDepth; INT NumTemps; INT StaticFlowControlDepth; } D3DVSHADERCAPS2_0;
Members
- Caps
- Instruction predication is supported if this value is nonzero. See setp.
- DynamicFlowControlDepth
- Either 0 or 24, which represents the depth of the dynamic flow control instruction nesting. See D3DVS20CAPS.
- NumTemps
- The number of temporary registers supported. See D3DVS20CAPS.
- StaticFlowControlDepth
- The depth of nesting of the loop/rep and call/callnz instructions. See D3DVS20CAPS.
Structure Information
Header d3d9caps.h Minimum operating systems Windows 98
See Also
D3DPSHADERCAPS2_0, D3DCAPS9