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
In #249 we used the name attributesSet to express that an array expressed an unordered set.
BindGroup(Layout)Descriptor.bindings does not have exactly the same semantics - it is an unordered map, not a set of "pushes" - but we should consider whether it should match that pattern.