fix TAAU breaking GTAO

This commit is contained in:
Xonk
2023-06-07 17:33:50 -04:00
parent da2177cfe9
commit cf56275230
4 changed files with 98 additions and 18 deletions

View File

@ -11,8 +11,8 @@ const float golden_ratio = 0.5 + 0.5 * sqrt(5.0);
const float golden_angle = tau / golden_ratio / golden_ratio;
const float hand_depth = 0.56;
#if defined TAA && defined TAAU
const float taau_render_scale = TAAU_RENDER_SCALE;
#if defined TAA && defined TAA_UPSCALING
const float taau_render_scale = RENDER_SCALE.x;
#else
const float taau_render_scale = 1.0;
#endif