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, when commands are encoded into a render bundle, they are stored and processed all at once in RenderBundleEncoder.finish(). Leaving the IDs unresolved until finish() makes it harder to distinguish resources that are destroyed after being encoded to the bundle from resources that never existed at all.