?/TD>
Microsoft DirectX 9.0

D3DPS20CAPS


Pixel shader capability flags.

#defineValueDescription
D3DPS20CAPS_ARBITRARYSWIZZLE(1?lt;<?)Arbitrary swizzling is supported.
D3DPS20CAPS_GRADIENTINSTRUCTIONS(1?lt;<?)Gradient instructions are supported.
D3DPS20CAPS_PREDICATION(1?lt;<?)Instruction predication is supported. See setp.
D3DPS20CAPS_NODEPENDENTREADLIMIT(1?lt;<?)There is no limit on the number of dependent reads per instruction.
D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT(1?lt;<?)There is no limit on the number of tex instructions.
D3DPS20_MAX_DYNAMICFLOWCONTROLDEPTH24The maximum level of nesting of dynamic flow control instructions (break, breakc, ifc).
D3DPS20_MIN_DYNAMICFLOWCONTROLDEPTH0The minimum level of nesting of dynamic flow control instructions (break, breakc, ifc).
D3DPS20_MAX_NUMTEMPS32The driver will support at most this many temporary register.
D3DPS20_MIN_NUMTEMPS12The driver will support at least this many temporary register.
D3DPS20_MAX_STATICFLOWCONTROLDEPTH4The maximum depth of nesting of the loop/rep and call/callnz instructions.
D3DPS20_MIN_STATICFLOWCONTROLDEPTH0The minimum depth of nesting of the loop/rep and call/callnz instructions.
D3DPS20_MAX_NUMINSTRUCTIONSLOTS512The driver will support at most this many instructions.
D3DPS20_MIN_NUMINSTRUCTIONSLOTS96The driver will support at least this many instructions.

These constants are used by the PS20Caps member of D3DCAPS9.

Constant Information

Headerd3d9caps.h
Minimum operating systemWindows 98

Related Topics



© 2002 Microsoft Corporation. All rights reserved.