Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Reduce shadowMapSize to 32
Browse files Browse the repository at this point in the history
I've seen +7% on one of my devices with no immediate effects shown
  • Loading branch information
nonperforming committed Aug 21, 2023
1 parent 1791181 commit 1b018b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Draw/GLSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFINE_SPADES_SETTING(r_radiosity, "0");
DEFINE_SPADES_SETTING(r_saturation, "1");
DEFINE_SPADES_SETTING(r_scale, "1");
DEFINE_SPADES_SETTING(r_scaleFilter, "1");
DEFINE_SPADES_SETTING(r_shadowMapSize, "2048");
DEFINE_SPADES_SETTING(r_shadowMapSize, "32");
DEFINE_SPADES_SETTING(r_sharpen, "0");
DEFINE_SPADES_SETTING(r_softParticles, "0");
DEFINE_SPADES_SETTING(r_sparseShadowMaps, "1");
Expand Down
2 changes: 1 addition & 1 deletion info/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ r_renderer: gl r_renderer: gl
r_saturation: 1 r_saturation: 1
r_scale: 1 r_scale: 1
r_scaleFilter: 1 r_scaleFilter: 1
r_shadowMapSize: 2048 r_shadowMapSize: 2048
r_shadowMapSize: 32 | r_shadowMapSize: 2048
r_sharpen: 0 | r_sharpen: 1
r_softParticles: 0 | r_softParticles: 1
r_sparseShadowMaps: 1 r_sparseShadowMaps: 1
Expand Down

0 comments on commit 1b018b7

Please sign in to comment.