ID3DXConstantTable::SetMatrix, méthode
Définit une matrice non transposée.
Syntaxe
HRESULT SetMatrix(
[in] LPDIRECT3DDEVICE9 pDevice,
[in] D3DXHANDLE hConstant,
[in] const D3DXMATRIX *pMatrix
);
Paramètres
-
pDevice [in]
-
Type : LPDIRECT3DDEVICE9
Pointeur vers une interface IDirect3DDevice9 , représentant l’appareil associé à la table constante.
-
hConstant [in]
-
Type : D3DXHANDLE
Identificateur unique de la matrice de constantes. Consultez D3DXHANDLE.
-
pMatrix [in]
-
Type : const D3DXMATRIX*
Pointeur vers une matrice non transposée. Consultez D3DXMATRIX.
Valeur retournée
Type : HRESULT
Si la méthode réussit, la valeur de retour est D3D_OK. Si la méthode échoue, la valeur de retour peut être D3DERR_INVALIDCALL.
Spécifications
Condition requise | Valeur |
---|---|
En-tête |
|
Bibliothèque |
|
Voir aussi