diff options
| author | Rémi Verschelde | 2017-01-06 22:41:51 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-06 22:42:19 +0100 |
| commit | dc0d08cc9379abc190788fb494b798074b64134c (patch) | |
| tree | 52cb417345cfc8474d92d79c5962b7b8a7de2442 /platform | |
| parent | 55b601d62be967dae841d7d88c1c1d8aa3754e4e (diff) | |
| download | godot-dc0d08cc9379abc190788fb494b798074b64134c.tar.gz godot-dc0d08cc9379abc190788fb494b798074b64134c.tar.zst godot-dc0d08cc9379abc190788fb494b798074b64134c.zip | |
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/platform_config.h | 4 | ||||
| -rw-r--r-- | platform/windows/platform_config.h | 3 | ||||
| -rw-r--r-- | platform/x11/platform_config.h | 4 |
3 files changed, 3 insertions, 8 deletions
diff --git a/platform/osx/platform_config.h b/platform/osx/platform_config.h index e661b3da7..834d0141a 100644 --- a/platform/osx/platform_config.h +++ b/platform/osx/platform_config.h @@ -28,7 +28,5 @@ /*************************************************************************/ #include <alloca.h> -//#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" #define PTHREAD_RENAME_SELF diff --git a/platform/windows/platform_config.h b/platform/windows/platform_config.h index 19885c4af..0e1675315 100644 --- a/platform/windows/platform_config.h +++ b/platform/windows/platform_config.h @@ -30,5 +30,4 @@ //#else //#include <alloca.h> //#endif -//#define GLES2_INCLUDE_H "GL/glew.h" -#define GLES3_INCLUDE_H "gl_context/glad/glad.h" +#define GLES3_INCLUDE_H "glad/glad.h" diff --git a/platform/x11/platform_config.h b/platform/x11/platform_config.h index 74d507f5a..342270b74 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" |
