csynth

Results 2 issues of csynth

WEBXR appears to be broken in release 2.0.8 (and I think other 2.0.x releases?) Simple test is at https://immersive-web.github.io/webxr-samples/immersive-vr-session.html?usePolyfill=0 ENTER VR button correctly changes to EXIT VR, StreamVR correctly shows...

Very helpful project, thank you. The code `vec4 main() { vec4 bb; return bb; }` minimizes to `vec4 main(){return bb;}` The original is clearly bad code but according to the...