Add GL_EXT_shader_implicit_conversions to ES3.1 wrapper ctx
authorPyry Haulos <phaulos@google.com>
Wed, 3 Dec 2014 21:06:13 +0000 (13:06 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 3 Dec 2014 21:06:13 +0000 (13:06 -0800)
commitda5b95934637f27e7fc3894dd69a49cb73b6d16b
tree5f1bfbf667b9d5e08fd184ab1e9e11184ce56f84
parentf9c070d63df50240d3945d4eb621f180cb1e5590
Add GL_EXT_shader_implicit_conversions to ES3.1 wrapper ctx

Underlying GL core context always supports some fashion of implicit
conversions. Thus supporting GL_EXT_shader_implicit_conversions requires
only advertising the extension.

Change-Id: I39be9eab5bb7ab32a4738afe73b374cc059e81b8
framework/opengl/gluES3PlusWrapperContext.cpp