Enables EarlyZ support in OpenGL ES 3.1.

This commit is contained in:
Ryan Houdek 2014-10-23 07:34:07 -05:00
parent a9f0bd72d2
commit a2c8783417
1 changed files with 1 additions and 0 deletions

View File

@ -490,6 +490,7 @@ Renderer::Renderer()
{
g_ogl_config.eSupportedGLSLVersion = GLSLES_310;
g_Config.backend_info.bSupportsBindingLayout = true;
g_Config.backend_info.bSupportsEarlyZ = true;
}
}
else