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
Requires investigation, but essentially the idea would be to de-sugar foreach into a GLSL for loop.
We have the UV AST syntax for for loops, so the work is to figure out how to identify a foreach in the macro AST match, and decide if we can synthesis a for loop out of it.
The text was updated successfully, but these errors were encountered:
Requires investigation, but essentially the idea would be to de-sugar foreach into a GLSL for loop.
We have the UV AST syntax for for loops, so the work is to figure out how to identify a foreach in the macro AST match, and decide if we can synthesis a for loop out of it.
The text was updated successfully, but these errors were encountered: