struttura D3DVSHADERCAPS2_0 (d3d9caps.h)

Estremità del vertex shader.

Sintassi

typedef struct _D3DVSHADERCAPS2_0 {
  DWORD Caps;
  INT   DynamicFlowControlDepth;
  INT   NumTemps;
  INT   StaticFlowControlDepth;
} D3DVSHADERCAPS2_0;

Members

Caps

Tipo: DWORD

Il predicato dell'istruzione è supportato se questo valore è diverso da zero. Vedere setp_comp - vs.

DynamicFlowControlDepth

Tipo: INT

0 o 24, che rappresenta la profondità dell'annidamento delle istruzioni di controllo del flusso dinamico. Vedere D3DVS20CAPS.

NumTemps

Tipo: INT

Numero di registri temporanei supportati. Vedere D3DVS20CAPS.

StaticFlowControlDepth

Tipo: INT

Profondità dell'annidamento del ciclo - vs/rep - vs e chiamata - vs/callnz bool - vs instructions. Vedere D3DVS20CAPS.

Requisiti

Requisito Valore
Intestazione d3d9caps.h

Vedi anche

D3DCAPS9

D3DPSHADERCAPS2_0

Strutture Direct3D