1
0

pvr.h 555 B

12345678910111213141516171819202122
  1. /******************************************************************************
  2. @File PVRTDecompress.h
  3. @Title
  4. @Copyright Copyright (C) 2000 - 2008 by Imagination Technologies Limited.
  5. @Platform ANSI compatible
  6. @Description PVRTC Texture Decompression.
  7. ******************************************************************************/
  8. #ifndef __PVR_H__
  9. #define __PVR_H__
  10. int PVRTDecompressPVRTC(const void * const pCompressedData,const int XDim,const int YDim,void *pDestData,const bool Do2bitMode);
  11. #endif //__PVR_H__