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's unclear what the underlying platform APIs' expectations are around removing bindgroups, so we're going to need to investigate this a bit before we can tell how much work it will be.
Spec: https://gpuweb.github.io/gpuweb/#gpubindingcommandsmixin-setbindgroup
The bind group is nullable which in rust parlance means we should take an
Option<BindGroupId>
and be able to "unset" a bindgroup at an index.The text was updated successfully, but these errors were encountered: