structure D3DXFUNCTION_DESC
Décrit une fonction utilisée par un effet.
Syntaxe
typedef struct D3DXFUNCTION_DESC {
LPCSTR Name;
UINT Annotations;
} D3DXFUNCTION_DESC, *LPD3DXFUNCTION_DESC;
Membres
-
Nom
-
Type : LPCSTR
-
Le nom de la fonction
-
Annotations
-
Type : UINT
-
Inutilisé. Ce membre sera toujours défini sur zéro par GetFunctionDesc.
Spécifications
Condition requise | Valeur |
---|---|
En-tête |
|
Voir aussi