Fixed tests

This commit is contained in:
Noah Santschi-Cooney 2020-08-07 15:01:57 +01:00
parent f803ab3385
commit c322abe9af
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
4 changed files with 35 additions and 21 deletions

View file

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