mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
more royale non-testing FragColors
This commit is contained in:
parent
f947ce7097
commit
7182761964
|
@ -94,5 +94,5 @@ void main()
|
||||||
{
|
{
|
||||||
vec3 color = tex2Dblur9fast(Source, tex_uv, blur_dxdy);
|
vec3 color = tex2Dblur9fast(Source, tex_uv, blur_dxdy);
|
||||||
// Encode and output the blurred image:
|
// Encode and output the blurred image:
|
||||||
FragColor = vec4(1.0);//encode_output(vec4(color, 1.0));
|
FragColor = encode_output(vec4(color, 1.0));
|
||||||
}
|
}
|
|
@ -94,5 +94,5 @@ void main()
|
||||||
{
|
{
|
||||||
vec3 color = tex2Dblur9fast(Source, tex_uv, blur_dxdy);
|
vec3 color = tex2Dblur9fast(Source, tex_uv, blur_dxdy);
|
||||||
// Encode and output the blurred image:
|
// Encode and output the blurred image:
|
||||||
FragColor = vec4(1.0);//encode_output(vec4(color, 1.0));
|
FragColor = encode_output(vec4(color, 1.0));
|
||||||
}
|
}
|
Loading…
Reference in a new issue