mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-27 05:28:30 +00:00
Converted GLAD to header only
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/gl3.h> // OpenGL 3 library for OSX
|
||||
#else
|
||||
#include "external/glad.h" // GLAD library, includes OpenGL headers
|
||||
#define GLAD_IMPLEMENTATION
|
||||
#include "external/glad.h" // GLAD extensions loading library, includes OpenGL headers
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user