diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-06 22:41:51 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-06 22:42:19 +0100 |
commit | dc0d08cc9379abc190788fb494b798074b64134c (patch) | |
tree | 52cb417345cfc8474d92d79c5962b7b8a7de2442 /platform/x11/platform_config.h | |
parent | 55b601d62be967dae841d7d88c1c1d8aa3754e4e (diff) | |
download | redot-engine-dc0d08cc9379abc190788fb494b798074b64134c.tar.gz |
Move glad files to thirdparty dir
Diffstat (limited to 'platform/x11/platform_config.h')
-rw-r--r-- | platform/x11/platform_config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/x11/platform_config.h b/platform/x11/platform_config.h index 74d507f5a2..342270b74a 100644 --- a/platform/x11/platform_config.h +++ b/platform/x11/platform_config.h @@ -34,6 +34,4 @@ #define PTHREAD_BSD_SET_NAME #endif -#define GLES2_INCLUDE_H "GL/glew.h" -//#define GLES3_INCLUDE_H "GL/glew.h" -#define GLES3_INCLUDE_H "gl_context/glad/glad.h" +#define GLES3_INCLUDE_H "glad/glad.h" |