Remove unnecessary define from raylib_opengl_interop.c (#5618)

This commit is contained in:
Dmitry Mozgin 2026-03-03 21:04:06 +03:00 committed by GitHub
parent 37a852a7ae
commit 70a1a57a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,6 @@
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_DESKTOP_SDL)
#if defined(GRAPHICS_API_OPENGL_ES2)
#define GLAD_GLES2_IMPLEMENTATION
#include "glad_gles2.h" // Required for: OpenGL functionality
#define glGenVertexArrays glGenVertexArraysOES
#define glBindVertexArray glBindVertexArrayOES