this is a super jank solution but it worked (shrug)

This commit is contained in:
minjaesong
2022-04-20 20:15:26 +09:00
parent b3a27bb428
commit fd72b3d3ba
3 changed files with 22 additions and 0 deletions

View File

@@ -30,4 +30,5 @@ void main() {
vec4 selvec = vec4(0.0, 0.0, 0.0, (alpha > bayerThreshold) ? 1.0 : 0.0);
gl_FragColor = inColor * boolean.yyyx + selvec;
gl_FragColor = inColor;
}