From 410dd6c3d845cc0e19fd678090d95669bdeb5885 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Jun 2014 01:04:33 +0300 Subject: Add Modern OpenGL render type. Now it using normal OpenGL renderer. --- src/test/testmain.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/testmain.cpp b/src/test/testmain.cpp index 9ef4fdc23..93174f94d 100644 --- a/src/test/testmain.cpp +++ b/src/test/testmain.cpp @@ -192,9 +192,10 @@ int TestMain::exec(const bool testAudio) int batchSize = 256; - // if OpenGL mode is fast mode we can try detect max batch sizes + // if OpenGL mode is normal mode we can try detect max batch sizes if (openGLMode == RENDER_NORMAL_OPENGL - || openGLMode == RENDER_GLES_OPENGL) + || openGLMode == RENDER_GLES_OPENGL + || openGLMode == RENDER_MODERN_OPENGL) { if (!invokeNormalOpenBatchTest("11")) batchSize = readValue2(11); -- cgit v1.2.3-60-g2f50