Hi, I'm currently converting an old DirectX 9.0c project to use DirectX 11. I'm looking to find the equivelant replacement of the following DirectX constructs used in DIrectX 9.0c:
D3DXMATERIAL*
D3DXLoadMeshFromX
D3DXGetFVFVertexSize
D3DXCreateTextureFromFile
From doing a bit of reading around, the 3D model importing methods have been deprecated since 9.0c?
Thank you in advance for any help with the above.