Improve DeferredShading demo

This commit is contained in:
Jérôme Leclercq
2021-06-02 20:17:01 +02:00
parent 6161bbec76
commit 1dc39cccfd
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ struct VertOut
[entry(frag)]
fn main(input: FragIn) -> FragOut
{
let BrightLuminance = 0.6;
let BrightLuminance = 0.8;
let BrightMiddleGrey = 0.5;
let BrightThreshold = 0.7;