D3DPSHADERCAPS2_0
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DPSHADERCAPS2_0 Structure


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_comp.
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 bool instructions. See D3DPS20CAPS.
NumInstructionSlots
The number of instruction slots supported. See D3DPS20CAPS.

Structure Information

Headerd3d9caps.h
Minimum operating systems Windows 98

See Also

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.