Closed walbourn closed 3 years ago
The original D3DX9 library contains these functions for working with Direct3D 9 'fixed-function' flexible vertex formats (FVF):
D3DXGetFVFVertexSize D3DXGetDeclVertexSize D3DXGetDeclLength D3DXDeclaratorFromFVF D3DXFVFFromDeclarator
A DX11 & DX12 version of D3DXDeclaratorFromFVF could be useful in DirectXMesh
D3DXDeclaratorFromFVF
Could also provide a simple header in Utility for FVFs that implements the Direct3D 9 original functionality for these five functions.
The original D3DX9 library contains these functions for working with Direct3D 9 'fixed-function' flexible vertex formats (FVF):
A DX11 & DX12 version of
D3DXDeclaratorFromFVF
could be useful in DirectXMeshCould also provide a simple header in Utility for FVFs that implements the Direct3D 9 original functionality for these five functions.