Home | History | Annotate | Download | only in OGLES3
      1 /*!****************************************************************************
      2 
      3  @file         OGLES3/OGLES3Tools.h
      4  @ingroup      API_OGLES3
      5  @copyright    Copyright (c) Imagination Technologies Limited.
      6  @brief        Header file of OGLES3Tools.lib.
      7 
      8 ******************************************************************************/
      9 
     10 #ifndef _OGLES3TOOLS_H_
     11 #define _OGLES3TOOLS_H_
     12 
     13 /*!
     14  @addtogroup API_OGLES3
     15  @brief      Tools for the OpenGL ES 3.0 API.
     16 */
     17 
     18 #ifndef BUILD_OGLES3
     19 	#define BUILD_OGLES3
     20 #endif
     21 
     22 #include "../OGLES2/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 "PVRTgles3Ext.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 "../OGLES2/PVRTShader.h"
     45 #include "../PVRTPFXParser.h"
     46 #include "../OGLES2/PVRTPFXParserAPI.h"
     47 #include "../OGLES2/PVRTPFXSemantics.h"
     48 #include "../PVRTShadowVol.h"
     49 #include "../PVRTResourceFile.h"
     50 #include "../PVRTError.h"
     51 
     52 #endif /* _OGLES3TOOLS_H_ */
     53 
     54 /*****************************************************************************
     55  End of file (OGLES3Tools.h)
     56 *****************************************************************************/
     57 
     58