Converted GLAD to header only

This commit is contained in:
raysan5
2016-06-07 18:57:20 +02:00
parent 3d5a408177
commit 058af472ea
4 changed files with 7681 additions and 7696 deletions

View File

@@ -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