Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/mesh.c:
return hr;
}
+/*************************************************************************
- D3DXComputeTangent (D3DX9_36.@)
- */
+HRESULT WINAPI D3DXComputeTangent(ID3DXMesh *mesh, const DWORD stage_idx, DWORD tangent_idx,
That "const" shouldn't be there. I guess it doesn't matter in practice but it does look quite weird.