D3DVSHADERCAPS2_0

Vertex shader caps.

typedef struct D3DVSHADERCAPS2_0 {
    DWORD Caps;
    INT DynamicFlowControlDepth;
    INT NumTemps;
    INT StaticFlowControlDepth;
} D3DVSHADERCAPS2_0, *LPD3DVSHADERCAPS2_0;

Members

Caps
Instruction predication is supported if this value is nonzero. See setp_comp - vs.
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 - vs/rep - vs and call - vs/callnz bool - vs instructions. See D3DVS20CAPS.

See Also

D3DPSHADERCAPS2_0, D3DCAPS9