summaryrefslogtreecommitdiff
path: root/src/normalopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-17 02:24:54 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-17 14:55:08 +0300
commit5a322df4da3102ae0c8d3bc3071386dc5f21e580 (patch)
tree4ca0cca3328baf7484074ad6e1cf9c5a9f9e3db0 /src/normalopenglgraphics.h
parente6e36b25a696212f0262e3e5ef520543b1b3a58b (diff)
downloadplus-5a322df4da3102ae0c8d3bc3071386dc5f21e580.tar.gz
plus-5a322df4da3102ae0c8d3bc3071386dc5f21e580.tar.bz2
plus-5a322df4da3102ae0c8d3bc3071386dc5f21e580.tar.xz
plus-5a322df4da3102ae0c8d3bc3071386dc5f21e580.zip
Add OpenGL support for Android builds (partially).
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r--src/normalopenglgraphics.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h
index b6a09728e..35bdf557e 100644
--- a/src/normalopenglgraphics.h
+++ b/src/normalopenglgraphics.h
@@ -31,11 +31,15 @@
#include "resources/fboinfo.h"
-//#define NO_SDL_GLEXT
+#ifdef ANDROID
+#include <GLES/gl.h>
+#include <GLES/glext.h>
+#include <GLES2/gl2.h>
+#else
#define GL_GLEXT_PROTOTYPES 1
-
#include <SDL_opengl.h>
#include <GL/glext.h>
+#endif
#include <set>