Remove references to unused uniforms

This commit is contained in:
2021-06-10 12:24:12 +02:00
parent 78cfdc2d38
commit 21a4393ad9
6 changed files with 0 additions and 21 deletions
-2
View File
@@ -31,7 +31,5 @@ void main()
//gl_Position = vec4 (0.5, 0 , -5 , 1);
EmitVertex();
EndPrimitive();
}