Changed GLES macro to use version number.

This commit is contained in:
Branimir Karadžić
2014-03-29 23:12:15 -07:00
parent 32ca63bd93
commit 85c5172a29
34 changed files with 3709 additions and 2865 deletions

View File

@@ -211,8 +211,7 @@ int _main_(int /*_argc*/, char** /*_argv*/)
s_flipV = true;
break;
case bgfx::RendererType::OpenGLES2:
case bgfx::RendererType::OpenGLES3:
case bgfx::RendererType::OpenGLES:
s_shaderPath = "shaders/gles/";
s_flipV = true;
break;