amerigomasini

Results 1 issues of amerigomasini

The following glsl function: ``` void clip(vec4 x) { if (x.x < 0.0 || x.y < 0.0 || x.z < 0.0 || x.w < 0.0) discard; } ``` Yields this...