wgpu/wgpu-core
Nicolas Silva a1b183f736
Avoid allocating memory every time we might log a label (#4893)
We allocate a String every time we want to get a label for logging. The string is also allocated when logging is disabled. Either way, the allocation is unnecessary. This commit replaces the String with a dyn Debug reference which does not need any allocation.
2023-12-18 13:08:18 +01:00
..
src Avoid allocating memory every time we might log a label (#4893) 2023-12-18 13:08:18 +01:00
Cargo.toml Document wgpu & wgpu-core features (#4886) 2023-12-17 22:10:38 +00:00
LICENSE.APACHE Add symlink LICENSE files into crates. (#2604) 2022-05-29 03:07:42 -04:00
LICENSE.MIT Add symlink LICENSE files into crates. (#2604) 2022-05-29 03:07:42 -04:00