[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

@@ -5,7 +5,7 @@ in vec2 v_uv;
out vec4 o_color;
const int N = 2;
const int N = 4;
const int S = 20;
float luminance(in vec4 col) {