summaryrefslogtreecommitdiff
path: root/platform/x11/platform_config.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-03-01 16:04:11 +0100
committerGitHub <noreply@github.com>2018-03-01 16:04:11 +0100
commit29215b229bab093bd083af4099234cbffe4febfb (patch)
treebdd2fc1a9a678422b37513a83f9bd842de532145 /platform/x11/platform_config.h
parent7f3024d343aa1b14641ad5a7b56efaa1501550cf (diff)
parenteac4c984dfe5eebb73b094aaf2ed5ab37b6e8fdf (diff)
Merge pull request #16687 from karroffel/gles2-2d-pr
add GLES 2 renderer for 2D
Diffstat (limited to 'platform/x11/platform_config.h')
-rw-r--r--platform/x11/platform_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/platform_config.h b/platform/x11/platform_config.h
index 58d6b210ee..b757be49c3 100644
--- a/platform/x11/platform_config.h
+++ b/platform/x11/platform_config.h
@@ -37,3 +37,4 @@
#endif
#define GLES3_INCLUDE_H "glad/glad.h"
+#define GLES2_INCLUDE_H "glad/glad.h"