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
@@ -13,6 +13,4 @@ void main()
float e = sqrt(boxIn.x) + sqrt(boxIn.y) - 1.0;
if ( d < 0 || e > 0) { discard; }
fColor = vColor;
// if ( d < 0 || e > 0) { fColor = vec4(0,0,1,1); }
// if ( d < 0 || e > 0) { fColor = vec4(0,0,1,1); }
}