diff options
author | clayjohn <claynjohn@gmail.com> | 2024-09-23 10:50:36 -0700 |
---|---|---|
committer | clayjohn <claynjohn@gmail.com> | 2024-09-23 12:18:33 -0700 |
commit | 0305e437ffec0315c369723952a9a667a99a4fb9 (patch) | |
tree | 9492fdbdd2ad318be6f70ba46856673070398c21 /drivers/gles3/storage/config.h | |
parent | 694d3c2930bdfb43fd93e1e6641f66c4f19a5c77 (diff) | |
download | redot-engine-0305e437ffec0315c369723952a9a667a99a4fb9.tar.gz |
Clean up two recently introduced WebGL errors
Diffstat (limited to 'drivers/gles3/storage/config.h')
-rw-r--r-- | drivers/gles3/storage/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gles3/storage/config.h b/drivers/gles3/storage/config.h index ff72fc5b58..112dfd0a5f 100644 --- a/drivers/gles3/storage/config.h +++ b/drivers/gles3/storage/config.h @@ -79,6 +79,7 @@ public: bool astc_supported = false; bool astc_hdr_supported = false; bool astc_layered_supported = false; + bool srgb_framebuffer_supported = false; bool force_vertex_shading = false; |