summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage/config.h
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2024-09-23 10:50:36 -0700
committerclayjohn <claynjohn@gmail.com>2024-09-23 12:18:33 -0700
commit0305e437ffec0315c369723952a9a667a99a4fb9 (patch)
tree9492fdbdd2ad318be6f70ba46856673070398c21 /drivers/gles3/storage/config.h
parent694d3c2930bdfb43fd93e1e6641f66c4f19a5c77 (diff)
downloadredot-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.h1
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;