Skip to content

Commit 70a1a57

Browse files
authored
Remove unnecessary define from raylib_opengl_interop.c (#5618)
1 parent 37a852a commit 70a1a57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/others/raylib_opengl_interop.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_DESKTOP_SDL)
3232
#if defined(GRAPHICS_API_OPENGL_ES2)
33-
#define GLAD_GLES2_IMPLEMENTATION
3433
#include "glad_gles2.h" // Required for: OpenGL functionality
3534
#define glGenVertexArrays glGenVertexArraysOES
3635
#define glBindVertexArray glBindVertexArrayOES

0 commit comments

Comments
 (0)