Closed brendan-duncan closed 3 years ago
Pushed above fix that initializes the derivedObjects array for textures so they can accommodate textureviews created from them. That should cater for all parent->child chains (only GPUDevices and GPUTextures act as parents and have child objects created from them, other objects don't)
Calls wgpuStoreAndSetParent(view, t); but t doesn't have a derivedObjects member. I did a general fix by changing wgpuStoreAndSetParent to check for and add derivedObjects.