You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that CoreToIR's fixFuncs function does not calculate the dependency graph correctly. Instead of a custom implementation it would be better to use Data.Graph.topSort.
Compiled the following program.
The generated vertex shader
Manually placing
translateBefore4
beforelookat
in the generated vertex shader resolves the issue.The text was updated successfully, but these errors were encountered: