THE BIG MERGE v0.1

This commit is contained in:
Noah Santschi-Cooney 2020-08-03 01:57:19 +01:00
parent d80adf83a3
commit 88f165dd33
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
6 changed files with 235 additions and 97 deletions

View file

@ -1,11 +1,11 @@
#version 120
#line 1 1
#line 1
float test() {
return 0.5;
}
#line 4 0
#line 4
void main() {
gl_FragColor = vec4(0.0);
gl_FragColor[0] = vec4(0.0);
}