mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
* Make wgpu-core's copy_buffer_to_buffer `size` parameter optional * Make the copy size optional in more places * Fix for webgpu backend * [deno_webgpu] Support additional copyBufferToBuffer signatures * Add changelog entry * Add copyBufferToBuffer tests to CTS test list (This doesn't actually enable the tests for the new overloads, because of a different error reporting issue that affects many CTS tests including these. But if you run the tests for the new overloads manually, before and after the fix, you can see that the behavior has changed.) * Reproducible formula for vendoring modified webgpu-sys Commit the updated vendor command in all the files for consistency.