1 /*!**************************************************************************** 2 3 @file OGLES2/OGLES2Tools.h 4 @ingroup API_OGLES2 5 @copyright Copyright (c) Imagination Technologies Limited. 6 @brief Header file of OGLES2Tools.lib. 7 8 ******************************************************************************/ 9 10 #ifndef _OGLES2TOOLS_H_ 11 #define _OGLES2TOOLS_H_ 12 13 /*! 14 @addtogroup API_OGLES2 15 @brief Tools for the OpenGL ES 2.0 API. 16 */ 17 18 #ifndef BUILD_OGLES2 19 #define BUILD_OGLES2 20 #endif 21 22 #include "PVRTContext.h" 23 #include "../PVRTGlobal.h" 24 #include "../PVRTArray.h" 25 #include "../PVRTHash.h" 26 #include "../PVRTVector.h" 27 #include "../PVRTString.h" 28 #include "../PVRTStringHash.h" 29 #include "../PVRTFixedPoint.h" 30 #include "../PVRTMatrix.h" 31 #include "../PVRTQuaternion.h" 32 #include "../PVRTTrans.h" 33 #include "../PVRTVertex.h" 34 #include "../PVRTMap.h" 35 #include "../PVRTMisc.h" 36 #include "../PVRTBackground.h" 37 #include "PVRTgles2Ext.h" 38 #include "../PVRTPrint3D.h" 39 #include "../PVRTBoneBatch.h" 40 #include "../PVRTModelPOD.h" 41 #include "../PVRTTexture.h" 42 #include "PVRTTextureAPI.h" 43 #include "../PVRTTriStrip.h" 44 #include "PVRTShader.h" 45 #include "../PVRTPFXParser.h" 46 #include "PVRTPFXParserAPI.h" 47 #include "PVRTPFXSemantics.h" 48 #include "../PVRTShadowVol.h" 49 #include "../PVRTResourceFile.h" 50 #include "../PVRTError.h" 51 52 #endif /* _OGLES2TOOLS_H_ */ 53 54 /***************************************************************************** 55 End of file (OGLES2Tools.h) 56 *****************************************************************************/ 57 58