IDirect3DDevice9::GetFVF method (d3d9helper.h)

Gets the fixed vertex function declaration.

Syntax

HRESULT GetFVF(
  [out] DWORD *pFVF
);

Parameters

[out] pFVF

Type: DWORD*

A DWORD pointer to the fixed function vertex type. For more information, see D3DFVF.

Return value

Type: HRESULT

If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be D3DERR_INVALIDCALL.

Remarks

The fixed vertex function declaration is a set of FVF flags that determine how vertices processed by the fixed function pipeline will be used.

Requirements

Requirement Value
Target Platform Windows
Header d3d9helper.h (include D3D9.h)
Library D3D9.lib

See also

IDirect3DDevice9

IDirect3DDevice9::SetFVF