FIX: other platforms compilation #20

Merged
deepfriedwaffles merged 2 commits from fix-ios-compilation into ios-support 2026-04-05 02:05:59 +02:00
Showing only changes of commit ce52bfd35c - Show all commits

View File

@@ -17,8 +17,8 @@
#import <OpenGLES/ES1/gl.h>
#import <OpenGLES/ES1/glext.h>
#elif defined(ANDROID) || defined(__EMSCRIPTEN__)
#import <OpenGLES/ES1/gl.h>
#import <OpenGLES/ES1/glext.h>
#import <GLES/gl.h>
#import <GLES/glext.h>
#else
#include <glad/glad.h>