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
Currently the merger only outputs things in sequence. It should track use-of relations in order to be able to reorder declarations in such a way that all uses are resolved. Unfortunately GLSL is based on C so it does not scan for definitions ahead of time, forcing us to do this if we want to allow sharing of variables.
The text was updated successfully, but these errors were encountered:
Currently the merger only outputs things in sequence. It should track use-of relations in order to be able to reorder declarations in such a way that all uses are resolved. Unfortunately GLSL is based on C so it does not scan for definitions ahead of time, forcing us to do this if we want to allow sharing of variables.
The text was updated successfully, but these errors were encountered: