GLES2: Content shader stuff (possibly unfinished)

This commit is contained in:
20kdc
2020-08-28 00:04:44 +01:00
parent acfb452aa7
commit d809968635
7 changed files with 60 additions and 60 deletions

View File

@@ -1,3 +1,3 @@
void fragment() {
COLOR = vec4(0);
COLOR = vec4(0.0);
}