summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/FlashATFDecompression.h
blob: 9819dbe9362f73ebeaf85bd83fe6615f7753a101 (plain)
1
2
3
4
5
6
7

#if HAS_FLASH_ATF_DECOMPRESSOR

// Flash ATFFormat to kTexFormatRGBA32
void DecompressFlashATFTexture ( const UInt8* srcData, int dstWidth, int dstHeight, int mipLevel, UInt8* dstData );

#endif