Today (post-#1478), no objects have attributes that point back to their parents, i.e.:
- device -> adapter
- {queue, buffer, texture, pipeline, command encoder, etc} -> device
- texture view -> texture
Should we add these back-pointers?
Non-blocking because adding them is a non-breaking change.
See also: #1498