diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-11-12 14:49:49 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-09-21 14:21:00 +0300 |
commit | 1887a9df19ea689bfb69f55454f0598bd09ab95f (patch) | |
tree | b303d94caa33c5ee0f27544057f8cea1ced36a5e /drivers/SCsub | |
parent | 59139df16e7a10c3b9176f697d23b557af46601e (diff) | |
download | redot-engine-1887a9df19ea689bfb69f55454f0598bd09ab95f.tar.gz |
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching.
Co-authored-by: Riteo <riteo@posteo.net>
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 276b99e10b..c633a0591b 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -28,6 +28,7 @@ if env["vulkan"]: if env["opengl3"]: SConscript("gl_context/SCsub") SConscript("gles3/SCsub") + SConscript("egl/SCsub") # Core dependencies SConscript("png/SCsub") |