EGL: Initialize GLES2 when KHR_create_context is not available.

This commit is contained in:
Branimir Karadžić
2015-05-10 11:45:49 -07:00
parent 3afcd2c7c4
commit e70ee88dc7
2 changed files with 34 additions and 15 deletions

View File

@@ -474,6 +474,7 @@ namespace bgfx { namespace gl
INTEL_fragment_shader_ordering,
KHR_debug,
KHR_no_error,
MOZ_WEBGL_compressed_texture_s3tc,
MOZ_WEBGL_depth_texture,
@@ -667,6 +668,7 @@ namespace bgfx { namespace gl
{ "INTEL_fragment_shader_ordering", false, true },
{ "KHR_debug", BGFX_CONFIG_RENDERER_OPENGL >= 43, true },
{ "KHR_no_error", false, true },
{ "MOZ_WEBGL_compressed_texture_s3tc", false, true },
{ "MOZ_WEBGL_depth_texture", false, true },