diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-09-27 01:07:10 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-10-30 02:05:49 +0200 |
commit | ce97ddbcb125228cc88fbfdcae932e110ee7daee (patch) | |
tree | f3e2f17be75973806d6f468826e0232cf35b247a /platform/iphone/platform_config.h | |
parent | e3491a37445014cc3527d6f2c1467063222b2dd8 (diff) | |
download | redot-engine-ce97ddbcb125228cc88fbfdcae932e110ee7daee.tar.gz |
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
- Use lowercase driver names for the `--rendering-driver`
command line argument.
Diffstat (limited to 'platform/iphone/platform_config.h')
-rw-r--r-- | platform/iphone/platform_config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/iphone/platform_config.h b/platform/iphone/platform_config.h index f8a8eb15d2..68ef4e31a7 100644 --- a/platform/iphone/platform_config.h +++ b/platform/iphone/platform_config.h @@ -30,8 +30,7 @@ #include <alloca.h> -#define GLES2_INCLUDE_H <ES2/gl.h> -#define GLES3_INCLUDE_H <ES3/gl.h> +#define OPENGL_INCLUDE_H <ES3/gl.h> #define PLATFORM_REFCOUNT |