PowerVR Software Development Kit |
00001 /*!*************************************************************************** 00002 @File PVRTDecompress.h 00003 00004 @Brief PVRTC Texture Decompression. 00005 00006 @Author PowerVR 00007 00008 @Date Dec 2000 00009 00010 @Copyright Copyright 2003-2004 by Imagination Technologies Limited. 00011 All rights reserved. No part of this software, either 00012 material or conceptual may be copied or distributed, 00013 transmitted, transcribed, stored in a retrieval system 00014 or translated into any human or computer language in any 00015 form by any means, electronic, mechanical, manual or 00016 other-wise, or disclosed to third parties without the 00017 express written permission of Imagination Technologies 00018 Limited, Unit 8, HomePark Industrial Estate, 00019 King's Langley, Hertfordshire, WD4 8LZ, U.K. 00020 00021 @Platform ANSI compatible 00022 00023 @Description PVRTC Texture Decompression. 00024 *****************************************************************************/ 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00030 void PVRTCDecompress(const void *pCompressedData, 00031 const int Do2bitMode, 00032 const int XDim, 00033 const int YDim, 00034 unsigned char* pResultImage); 00035 00036 #ifdef __cplusplus 00037 } 00038 #endif 00039 00040 /* 00041 // END OF FILE 00042 */ 00043
Copyright © 1999-2006, PowerVR Technologies and partners. PowerVR Technologies is a division of Imagination Technologies Ltd.