mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2025-02-16 23:17:43 +11:00
remove testing failsafe on crt-royale-bloom-approx
This commit is contained in:
parent
291793e55e
commit
ae8692aa04
1 changed files with 2 additions and 2 deletions
|
@ -351,5 +351,5 @@ void main()
|
|||
color = vec3(color_r.r, color_g.g, color_b.b);
|
||||
}
|
||||
// Encode and output the blurred image:
|
||||
FragColor = vec4(1.0);//vec4(color, 1.0);
|
||||
FragColor = vec4(color, 1.0);
|
||||
}
|
Loading…
Add table
Reference in a new issue