We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a54fc1 commit d0c39dbCopy full SHA for d0c39db
src/rlgl.h
@@ -870,6 +870,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
870
#elif defined(GRAPHICS_API_OPENGL_ES2)
871
// NOTE: OpenGL ES 2.0 can be enabled on Desktop platforms,
872
// in that case, functions are loaded from a custom glad for OpenGL ES 2.0
873
+ // TODO: OpenGL ES 2.0 support shouldn't be platform-dependant, neither require GLAD
874
#if defined(PLATFORM_DESKTOP_GLFW) || defined(PLATFORM_DESKTOP_SDL)
875
#define GLAD_GLES2_IMPLEMENTATION
876
#include "external/glad_gles2.h"
0 commit comments