d3dx9_36: Remove TGA from TODO since it is supported.
This commit is contained in:
parent
ca4fdc57ed
commit
0a23797f1b
|
@ -64,7 +64,7 @@ HRESULT WINAPI D3DXGetImageInfoFromFileInMemory(LPCVOID data, UINT datasize, D3D
|
||||||
if (!warn_once++)
|
if (!warn_once++)
|
||||||
FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
|
FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
|
||||||
|
|
||||||
/* TODO: Add support for (or at least detect) TGA, DDS, PPM and DIB */
|
/* TODO: Add support for (or at least detect) DDS, PPM and DIB */
|
||||||
|
|
||||||
if (!data || !datasize)
|
if (!data || !datasize)
|
||||||
return D3DERR_INVALIDCALL;
|
return D3DERR_INVALIDCALL;
|
||||||
|
|
Loading…
Reference in New Issue