mirror of https://github.com/axmolengine/axmol.git
update PowerVR OGLES lib to version 2.0.27.0484
This commit is contained in:
parent
d630996bd0
commit
c792daec63
|
@ -115,7 +115,7 @@ typedef EGLNativeWindowType NativeWindowType;
|
|||
* handles are 64 bit types, then EGLint should be defined as a signed 64-bit
|
||||
* integer type.
|
||||
*/
|
||||
#if defined(_WIN64) || __WORDSIZE == 64
|
||||
#if defined(_WIN64) || __WORDSIZE == 64
|
||||
typedef khronos_int64_t EGLint;
|
||||
#else
|
||||
typedef khronos_int32_t EGLint;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
/* Khronos platform-specific types and definitions.
|
||||
*
|
||||
* $Revision: 1.4 $ on $Date: 2009/05/06 13:30:03 $
|
||||
* $Revision: 1.4 $ on $Date: 2009/05/06 13:30:53 $
|
||||
*
|
||||
* Adopters may modify this file to suit their platform. Adopters are
|
||||
* encouraged to submit platform specific modifications to the Khronos
|
||||
|
@ -97,7 +97,7 @@
|
|||
*-------------------------------------------------------------------------
|
||||
* This precedes the return type of the function in the function prototype.
|
||||
*/
|
||||
|
||||
|
||||
#if (defined(_WIN32) || defined(__VC32__)) && !defined(__SCITECH_SNAP__)
|
||||
# if defined (_DLL_EXPORTS)
|
||||
# define KHRONOS_APICALL __declspec(dllexport)
|
||||
|
|
|
@ -1 +1 @@
|
|||
54abd0f19c36c2f06e8a9fa0430bf85c12057f7a
|
||||
d501b155a2f81592835224d5cbd4f348438b5d9d
|
|
@ -1 +1 @@
|
|||
fdc446c0eeac448c1e010ede882483d088e6d561
|
||||
1672304b77b25dcb9c0dfdf8abb8e7d0ffe02427
|
Loading…
Reference in New Issue