Partager via


ID3DXSkinInfo::SetFVF, méthode

Définit le type de format de vertex flexible (FVF).

Syntaxe

HRESULT SetFVF(
  [in] DWORD FVF
);

Paramètres

FVF [in]

Type : DWORD

Format de vertex flexible. Consultez D3DFVF.

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
D3DX9Mesh.h
Bibliothèque
D3dx9.lib

Voir aussi

ID3DXSkinInfo