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 seems the function implementation for wgpu_is_valid_object only checks to see if the handle is valid and whether the handle has been registered to the object table but not whether the underlying .dawnObject is valid. This behavior seems incongruous with the name of the function and I wanna double check whether this is the intended behavior.