BrandonDyer64/Kepler

Broken fragment shader

BrandonDyer64 opened this issue · 0 comments

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.