?/TD> |
Microsoft DirectX 9.0 |
Pixel shader driver caps.
Syntax
typedef struct _D3DPSHADERCAPS2_0 { DWORD Caps; INT DynamicFlowControlDepth; INT NumTemps; INT StaticFlowControlDepth; INT NumInstructionSlots; } D3DPSHADERCAPS2_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 D3DPS20CAPS.
- NumTemps
- The number of temporary registers supported. See D3DPS20CAPS.
- StaticFlowControlDepth
- The depth of nesting of the loop/rep and call/callnz instructions. See D3DPS20CAPS.
- NumInstructionSlots
- The number of instruction slots supported. See D3DPS20CAPS.
Structure Information
Header d3d9caps.h Minimum operating systems Windows 98
See Also
D3DCAPS9