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
{{ message }}
This repository was archived by the owner on Jun 12, 2024. It is now read-only.
It seems that glslcc is reordering the vertex layout according to usage when transpiling to MSL:
Gives me this input in MSL:
The attribute order is the usage order in the code, not the original location. If I change the source's main() to:
I get the 'correct' order.