Re: [PATCH v4 0/1] MR2795: d3dx9_36: Stub D3DXComputeTangent
12 May
2023
12 May
'23
8:06 p.m.
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, + DWORD binorm_idx, DWORD wrap, const DWORD *adjacency) +{ + FIXME("mesh %p, stage_idx %lu, tangent_idx %lu, binorm_idx %lu, wrap %lu, adjacency %p.\n",
We usually end FIXME messages for stubs with "stub!\n". -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2795#note_32667
950
Age (days ago)
950
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matteo Bruni (@Mystral)