[Mesa-dev] [PATCH 1/2] main: add _mesa_is_gles1() and _mesa_is_gles2() inline functions.

Matt Turner mattst88 at gmail.com
Wed Sep 5 08:50:11 PDT 2012


On Wed, Sep 5, 2012 at 2:29 AM, Oliver McFadden
<oliver.mcfadden at linux.intel.com> wrote:
> Dependencies
> Requires OpenGL ES 2.0.
> The extension is written against the OpenGL ES 2.0 specification.
>
> I am unsure whether that means "equal to" or "greater than equal to"

That usually (always?) means "greater than or equal to". GLES3 is
backward compatible with GLES2, so I think it should be exposed in
GLES3 too. :)


More information about the mesa-dev mailing list