IDirect3DDevice9::GetFVF method
Gets the fixed vertex function declaration.
Syntax
HRESULT GetFVF( [out] DWORD *pFVF );
Parameters
- pFVF [out]
-
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
|
Header |
|
|---|---|
|
Library |
|
See also
Show: