summaryrefslogtreecommitdiff
path: root/drivers/gles3/rasterizer_scene_gles3.h
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2022-12-12 23:56:47 -0800
committerclayjohn <claynjohn@gmail.com>2022-12-13 10:15:45 -0800
commit5b5cd2b98b939a8a0bc4a4d1e4ca369357879748 (patch)
tree51ae94e61fd97ae2a526df79f086da8a9d34ccaa /drivers/gles3/rasterizer_scene_gles3.h
parentba4bd7f00971a94c20d90e7d2c665d5eb0ae1b90 (diff)
Remove high quality glow as it is not any higher quality than regular glow
Diffstat (limited to 'drivers/gles3/rasterizer_scene_gles3.h')
-rw-r--r--drivers/gles3/rasterizer_scene_gles3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gles3/rasterizer_scene_gles3.h b/drivers/gles3/rasterizer_scene_gles3.h
index 255e62fc33..65cc8606b8 100644
--- a/drivers/gles3/rasterizer_scene_gles3.h
+++ b/drivers/gles3/rasterizer_scene_gles3.h
@@ -497,7 +497,6 @@ protected:
float ssao_fadeout_to = 300.0;
bool glow_bicubic_upscale = false;
- bool glow_high_quality = false;
RS::EnvironmentSSRRoughnessQuality ssr_roughness_quality = RS::ENV_SSR_ROUGHNESS_QUALITY_LOW;
/* Sky */
@@ -610,7 +609,6 @@ public:
/* ENVIRONMENT API */
void environment_glow_set_use_bicubic_upscale(bool p_enable) override;
- void environment_glow_set_use_high_quality(bool p_enable) override;
void environment_set_ssr_roughness_quality(RS::EnvironmentSSRRoughnessQuality p_quality) override;