summaryrefslogtreecommitdiff
path: root/src/render/mobileopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-10 19:30:39 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-11 01:47:16 +0300
commit5e460c2c47e85a5ec70e0979750170ec6cd199b3 (patch)
treee3d56ca117fd24c9c916df5589001c8cb960f1f1 /src/render/mobileopenglgraphics.cpp
parentc5a6f80e62fd9836a75058ac358d39dd5ec956b5 (diff)
downloadplus-5e460c2c47e85a5ec70e0979750170ec6cd199b3.tar.gz
plus-5e460c2c47e85a5ec70e0979750170ec6cd199b3.tar.bz2
plus-5e460c2c47e85a5ec70e0979750170ec6cd199b3.tar.xz
plus-5e460c2c47e85a5ec70e0979750170ec6cd199b3.zip
Impliment initial mobileopengl2graphics as OpenGL ES 2 backend.
Diffstat (limited to 'src/render/mobileopenglgraphics.cpp')
-rw-r--r--src/render/mobileopenglgraphics.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp
index dc161cc5a..caba7a9e9 100644
--- a/src/render/mobileopenglgraphics.cpp
+++ b/src/render/mobileopenglgraphics.cpp
@@ -100,6 +100,11 @@ MobileOpenGLGraphics::~MobileOpenGLGraphics()
deleteArraysInternal();
}
+void MobileOpenGLGraphics::postInit()
+{
+// glesTest();
+}
+
void MobileOpenGLGraphics::initArrays(const int vertCount)
{
mMaxVertices = vertCount;