Henri Verbeet : d3dx9: Avoid LPD3DXPRTENGINE.

Alexandre Julliard julliard at winehq.org
Mon Nov 26 15:19:19 CST 2012


Module: wine
Branch: master
Commit: 69f059cdd7c3b14ada563353f257a67cd96f04d7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=69f059cdd7c3b14ada563353f257a67cd96f04d7

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Sat Nov 24 17:17:07 2012 +0100

d3dx9: Avoid LPD3DXPRTENGINE.

---

 include/d3dx9mesh.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/d3dx9mesh.h b/include/d3dx9mesh.h
index e0b8557..a5fc6cc 100644
--- a/include/d3dx9mesh.h
+++ b/include/d3dx9mesh.h
@@ -711,7 +711,8 @@ HRESULT WINAPI D3DXCreatePRTBufferTex(UINT, UINT, UINT, UINT, LPD3DXPRTBUFFER *)
 HRESULT WINAPI D3DXCreatePRTCompBuffer(D3DXSHCOMPRESSQUALITYTYPE, UINT, UINT, LPD3DXSHPRTSIMCB, LPVOID, LPD3DXPRTBUFFER, LPD3DXPRTCOMPBUFFER *);
 HRESULT WINAPI D3DXCreateTextureGutterHelper(UINT width, UINT height, ID3DXMesh *mesh,
         float gutter_size, ID3DXTextureGutterHelper **gh);
-HRESULT WINAPI D3DXCreatePRTEngine(LPD3DXMESH, DWORD *, BOOL, LPD3DXMESH, LPD3DXPRTENGINE *);
+HRESULT WINAPI D3DXCreatePRTEngine(ID3DXMesh *mesh, DWORD *adjacency, BOOL extract_uv,
+        ID3DXMesh *blocker_mesh, ID3DXPRTEngine **engine);
 HRESULT WINAPI D3DXLoadMeshFromXA(const char *filename, DWORD flags, struct IDirect3DDevice9 *device,
         struct ID3DXBuffer **adjacency, struct ID3DXBuffer **materials, struct ID3DXBuffer **effect_instances,
         DWORD *material_count, struct ID3DXMesh **mesh);




More information about the wine-cvs mailing list