Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/system/include/GLES3/gl2ext.h
6175 views
1
/* N.B. This file <GLES3/gl2ext.h> should not exist, see here:
2
https://www.khronos.org/registry/gles/ : "OpenGL ES Extension Header File (this header is defined
3
to contain all defined extension interfaces for OpenGL ES 2.0 and all later versions, since later
4
versions are backwards-compatible with OpenGL ES 2.0)."
5
6
However, we do provide this file for compatibility, since some other platforms seem to have
7
it, and there's existing code in the wild that do #include <GLES3/gl2ext.h>.
8
Please #include <GLES3/gl2ext.h> instead. */
9
#include "../GLES2/gl2ext.h"
10
11