[OGL] Textures now save to PNG not TGA

This commit is contained in:
Matthew Parlane
2013-11-16 15:59:59 +13:00
parent 15bb974224
commit 3a13dfdd9b
8 changed files with 35 additions and 99 deletions

View File

@ -9,7 +9,7 @@ namespace DebugUtil
{
void Init();
void GetTextureBGRA(u8 *dst, u32 texmap, s32 mip, u32 width, u32 height);
void GetTextureRGBA(u8 *dst, u32 texmap, s32 mip, u32 width, u32 height);
void DumpActiveTextures();