mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
remove testing failsafe on crt-royale-bloom-approx
This commit is contained in:
parent
291793e55e
commit
ae8692aa04
|
@ -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…
Reference in a new issue