Re: [1/2] d3dx9: Implement missing D3DXCreateTextureFromFile functions
27 Jul
2010
27 Jul
'10
11:35 a.m.
On 26 July 2010 23:05, Owen Rudge <owen(a)owenrudge.net> wrote:
+HRESULT WINAPI D3DXCreateTextureFromFileInMemory(LPDIRECT3DDEVICE9 device, + LPCVOID srcdata, + UINT srcdatasize, + LPDIRECT3DTEXTURE9 *texture) Please don't use those, just write "IDirect3DTexture9 **", "const void *", etc. Also, srcdatasize is unsigned.
+ TRACE("(void): relay\n"); That's doesn't really match the function arguments.
5620
Age (days ago)
5620
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet