[RELEASE] u22-v04

This version is submitted for U22 final presentation. (squashed 158 commits)
This commit is contained in:
2020-10-09 00:00:00 +00:00
parent 84c3a02b9a
commit 80b3b82332
277 changed files with 12154 additions and 13836 deletions

View File

@@ -0,0 +1,9 @@
in vec2 v_uv;
in vec4 v_color;
in float v_time;
out vec4 o_color;
void main(void) {
o_color = vec4(0., 0., 0., 1.);
}