mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2025-02-16 23:17:43 +11:00
give royale passes non-testing FragColors
This commit is contained in:
parent
0eefdb7bc5
commit
f947ce7097
1 changed files with 1 additions and 1 deletions
|
@ -345,5 +345,5 @@ void main()
|
||||||
color = vec3(color_r.r, color_g.g, color_b.b);
|
color = vec3(color_r.r, color_g.g, color_b.b);
|
||||||
}
|
}
|
||||||
// Encode and output the blurred image:
|
// 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