IDirect3DDevice9::GetFVF

Gets the fixed vertex function declaration.

HRESULT GetFVF(
  DWORD * pFVF
);

Parameters

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

Return Values

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

Header: Declared in D3d9.h.

See Also

IDirect3DDevice9::SetFVF