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 37a852a commit 70a1a57Copy full SHA for 70a1a57
examples/others/raylib_opengl_interop.c
@@ -30,7 +30,6 @@
30
31
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_DESKTOP_SDL)
32
#if defined(GRAPHICS_API_OPENGL_ES2)
33
- #define GLAD_GLES2_IMPLEMENTATION
34
#include "glad_gles2.h" // Required for: OpenGL functionality
35
#define glGenVertexArrays glGenVertexArraysOES
36
#define glBindVertexArray glBindVertexArrayOES
0 commit comments