Replaced GLEW by GLAD

Removed GLEW external dependency, now it works with GLAD
Kept GLEW path, just in case... detected weird behaviour when testing
with gDEBugger
This commit is contained in:
raysan5 2016-01-22 01:22:45 +01:00
parent 455be7f6f6
commit 4e57bd1f18
4 changed files with 17546 additions and 17677 deletions

View file

@ -55,7 +55,7 @@
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
#define GLEW_EXTENSIONS_LOADER
#define GLAD_EXTENSIONS_LOADER
#if defined(GLEW_EXTENSIONS_LOADER)
#define GLEW_STATIC
#include <GL/glew.h> // GLEW extensions loading lib