Broken fragment shader
BrandonDyer64 opened this issue · 0 comments
BrandonDyer64 commented
The fragment shader doesn't compile. It's currently trying to use recursion. This is not possible in GLSL. This should be switched to using an artificial stack in a traditional for loop.