Updated to deferred renderer

This commit is contained in:
Halbear 2026-06-20 03:04:33 +01:00
parent 2d37c574d6
commit 4a7c820cec
316 changed files with 1192631 additions and 158432 deletions

View file

@ -2,7 +2,7 @@
layout(constant_id = 0) const int USE_AA = 0;
const float GAMMA_CONST = 0.4545;
const float GAMMA_CONST = 0.8545;
const float SPAN_MAX = 8.0;
const float REDUCE_MIN = 1.0/128.0;
const float REDUCE_MUL = 1.0/32.0;