Displaying 1 result from an estimated 1 matches for "maxvertexblendmatrices".
2008 Feb 09
0
Is wine reporting the right value for MaxVertexBlendMatrices ?
...are apparently Blended ones on a Mesh setup.
When d3dx9_30 calls ConvertToIndexedBlendedMesh, it calls GetDeviceInfo
to get the device capabilites, in the end wine returns the
capabilites through IWineD3DImpl_GetDeviceCaps in
wine/dlls/wined3d/directx.c
Here comes the fun thing, the attribute MaxVertexBlendMatrices in
D3DCAPS9, from (MSDN):
"Maximum number of matrices that this device can apply when performing
multimatrix vertex blending. For a given physical device, this
capability may vary across Direct3D devices depending on the parameters
supplied to IDirect3D9::CreateDevice."
At the momen...