D3DXFUNCTION_DESC struttura
Descrive una funzione usata da un effetto.
Sintassi
typedef struct D3DXFUNCTION_DESC {
LPCSTR Name;
UINT Annotations;
} D3DXFUNCTION_DESC, *LPD3DXFUNCTION_DESC;
Members
-
Nome
-
Tipo: LPCSTR
-
Nome funzione.
-
Annotazioni
-
Tipo: UINT
-
Non utilizzato. Questo membro verrà sempre impostato su zero da GetFunctionDesc.
Requisiti
Requisito | Valore |
---|---|
Intestazione |
|
Vedi anche