Partager via


IDirect3DDevice9::GetPixelShaderConstantF, méthode (d3d9helper.h)

Obtient une constante de nuanceur à virgule flottante.

Syntaxe

HRESULT GetPixelShaderConstantF(
  [in]      UINT  StartRegister,
  [in, out] float *pConstantData,
  [in]      UINT  Vector4fCount
);

Paramètres

[in] StartRegister

Type : UINT

Numéro d’enregistrement qui contiendra la première valeur constante.

[in, out] pConstantData

Type : float*

Pointeur vers un tableau de constantes.

[in] Vector4fCount

Type : UINT

Nombre de quatre vecteurs float 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 d3d9helper.h (incluez D3D9.h)
Bibliothèque D3D9.lib

Voir aussi

IDirect3DDevice9

IDirect3DDevice9::SetPixelShaderConstantF