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

Commit

Permalink
Disable r_depthPrepass performance (VierEck/pluspatch)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonperforming authored Jun 25, 2023
2 parents 066a192 + c1c2307 commit 1791181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Draw/GLSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DEFINE_SPADES_SETTING(r_debugTimingFlush, "0");
DEFINE_SPADES_SETTING(r_debugTimingFillGap, "0");
DEFINE_SPADES_SETTING(r_depthOfField, "0");
DEFINE_SPADES_SETTING(r_depthOfFieldMaxCoc, "0.01");
DEFINE_SPADES_SETTING(r_depthPrepass, "1");
DEFINE_SPADES_SETTING(r_depthPrepass, "0");
DEFINE_SPADES_SETTING(r_dlights, "0");
DEFINE_SPADES_SETTING(r_exposureValue, "0");
DEFINE_SPADES_SETTING(r_fogShadow, "0");
Expand Down

0 comments on commit 1791181

Please sign in to comment.