Files
ladybird/Userland/Libraries/LibGL
Jelle Raaijmakers 6d4a5a40a0 LibGL: Define GL_ES_VERSION_2_0
GLES 2.0 is a subset of OpenGL, so we allow applications to compile
against LibGL as if it fully supports GLES 2.0.

Additionally, we set the definitions to an integer value of `1` so
applications that check for availability like this...

    int main() { return GL_ES_VERSION_2_0; }

...can actually compile. At least ScummVM uses this, and Mesa defines
their constants in the same way:

44b9e11ddb/include/GL/gl.h (L105)
2021-12-12 21:51:08 +01:00
..
2021-12-12 21:51:08 +01:00
2021-10-01 01:06:40 +01:00
2021-11-28 09:20:58 -08:00
2021-11-28 09:20:58 -08:00
2021-12-01 12:35:08 +01:00