Struttura D3DXEFFECTDEFAULT
Parametri predefiniti dell'effetto.
Sintassi
typedef struct D3DXEFFECTDEFAULT {
LPSTR pParamName;
D3DXEFFECTDEFAULTTYPE Type;
DWORD NumBytes;
LPVOID pValue;
} D3DXEFFECTDEFAULT, *LPD3DXEFFECTDEFAULT;
Members
-
pParamName
-
Tipo: LPSTR
-
Nome del parametro.
-
Tipo
-
Tipo: D3DXEFFECTDEFAULTTYPE
-
Tipo di dati in pValue. Per altre informazioni, vedere D3DXEFFECTDEFAULTTYPE
-
NumBytes
-
Tipo: DWORD
-
Dimensioni, in byte, dei dati a cui punta pValue.
-
pValue
-
Tipo: LPVOID
-
Puntatore alla posizione di memoria che contiene i dati.
Requisiti
Requisito | Valore |
---|---|
Intestazione |
|
Vedi anche