more royale non-testing FragColors

This commit is contained in:
hunterk 2016-08-19 15:34:27 -05:00
parent f947ce7097
commit 7182761964
2 changed files with 2 additions and 2 deletions

View file

@ -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));
} }

View file

@ -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));
} }