VIGS/YaGL: Supported GLES 3.0
authorjinhyung.jo <jinhyung.jo@samsung.com>
Mon, 6 Jul 2015 04:29:06 +0000 (13:29 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Mon, 6 Jul 2015 04:29:06 +0000 (13:29 +0900)
Removed the environment variable settings to limit to support the OpenGLES 2.0.

Change-Id: I129579a654804a1c284c0b3c8aab7a058a8f7fb3
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/scripts/emulator.cmd
tizen/src/scripts/emulator.sh

index 1527d9c..cbd633a 100644 (file)
@@ -6,7 +6,6 @@ SET EMULATOR_BIN_PATH=%~dp0
 
 rem set environment variables
 SET SDL_STDIO_REDIRECT=0
-SET GL_VERSION=2
 SET VIGS_SYNC_READ_PIXELS=1
 
 set WITH_GDB="no"
index b358e6c..1be40d1 100755 (executable)
@@ -26,7 +26,6 @@ export SDL_STDIO_REDIRECT=0
 fi
 
 # set platform independent environment variables
-export GL_VERSION=2
 export VIGS_SYNC_READ_PIXELS=1
 
 # check "--with-gdb"