fixed minor regression, cleaned up source tree

This commit is contained in:
2019-08-05 18:26:43 -07:00
parent 1f33d96ae5
commit 28878dc345
9 changed files with 39 additions and 116 deletions

View File

@@ -16,5 +16,6 @@ void main() {
float gamma = 0.5;
f_color.rgb = pow(f_color.rgb, vec3(1.0/gamma));
//f_color = out_color;
// f_color = texture(tex, tex_coords);
}