D3DVSHADERCAPS2_0
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DVSHADERCAPS2_0 Structure


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_comp.
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 bool instructions. See D3DVS20CAPS.

Structure Information

Headerd3d9caps.h
Minimum operating systems Windows 98

See Also

D3DPSHADERCAPS2_0, D3DCAPS9


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