Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logging cleanups in device/global.rs (#4752)
* Clean up the trace-level logging for devices * Log the descriptors for create_buffer and create_texture. * Make logged ids more concise Logged ids go from 'Id { index: 204, epoch: 1, backend: Vulkan }' to 'Id(204,1,vk)'. * Log errors in more places.
- Loading branch information