PowerVR Software Development Kit |
00001 /*!*************************************************************************** 00002 @File PVRTMiscBackground.h 00003 00004 @Brief Miscellaneous functions used in 3D rendering. 00005 00006 @Author PowerVR 00007 00008 @Date August 1999 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 Function to draw a background texture. 00024 00025 $Revision: 1.3 $ 00026 *****************************************************************************/ 00027 #ifndef _PVRTMISCBACKGROUND_H_ 00028 #define _PVRTMISCBACKGROUND_H_ 00029 00030 /**************************************************************************** 00031 ** Functions 00032 ****************************************************************************/ 00033 00034 /*!*************************************************************************** 00035 @Function PVRTMiscDrawBackground 00036 @Input uiTexture Texture to use 00037 @Input bRotate true to rotate texture 90 degrees. 00038 @Description Draws a texture on a quad recovering the whole screen. 00039 *****************************************************************************/ 00040 void PVRTMiscDrawBackground(GLuint uiTexture, bool bRotate); 00041 00042 00043 #endif /* _PVRTMISC_H_ */ 00044 00045 /***************************************************************************** 00046 End of file (PVRTMiscBackground.h) 00047 *****************************************************************************/
Copyright © 1999-2006, PowerVR Technologies and partners. PowerVR Technologies is a division of Imagination Technologies Ltd.