Microsoft DirectX 8.1 (Visual Basic) |
To use legacy FVF formats, use an FVF instead of a handle when calling the Direct3DDevice8.SetVertexShader method as shown in the code example below.
Call m_D3DDevice.SetVertexShader(CUSTOM_FVF)
This following topics cover legacy FVF format types.