:chick: Create project

This commit is contained in:
Joshua Seigler 2018-10-14 00:19:28 -04:00
commit f0c43dd44c
17 changed files with 5573 additions and 0 deletions

View file

@ -0,0 +1,5 @@
uniform vec4 color;
void main() {
gl_FragColor = color;
}