Fixed conflict between GLES2 headers included in irrlicht and GLES3 headers included in STK.

There is one minor difference in one declaration, which is probably an inconsistency in these headers. But it may cause compilation errors on some compiler versions.
This commit is contained in:
Deve 2016-11-30 21:22:34 +01:00
parent 716c19325f
commit 3add543a22

View File

@ -41,6 +41,7 @@ extern "C" {
# define GL_TEXTURE_SWIZZLE_RGBA 0x8E46
# endif
#elif defined(USE_GLES2)
# define __gl2_h_
# include <GLES3/gl3.h>
# include <GLES3/gl3ext.h>
# include <GLES2/gl2ext.h>