IDirect3DDevice9::SetVertexShaderConstantB, méthode (d3d9.h)
Définit une constante de nuanceur de vertex booléen.
Syntaxe
HRESULT SetVertexShaderConstantB(
[in] UINT StartRegister,
[in] const BOOL *pConstantData,
[in] UINT BoolCount
);
Paramètres
[in] StartRegister
Type : UINT
Numéro d’enregistrement qui contiendra la première valeur constante.
[in] pConstantData
Type : const BOOL*
Pointeur vers un tableau de constantes.
[in] BoolCount
Type : UINT
Nombre de valeurs booléennes dans le tableau de constantes.
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
Plateforme cible | Windows |
En-tête | d3d9.h (inclure D3D9.h) |
Bibliothèque | D3D9.lib |