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
Allocator::new should not be safe because there is no guarantee the caller has made sure the ash::Device outlives the allocator.
The AllocatorCreateDesc also needs to be populated so that the instance is the one which created the physical device and the device was created from the physical device.
The text was updated successfully, but these errors were encountered:
Allocator::new
should not be safe because there is no guarantee the caller has made sure theash::Device
outlives the allocator.The
AllocatorCreateDesc
also needs to be populated so that the instance is the one which created the physical device and the device was created from the physical device.The text was updated successfully, but these errors were encountered: