Skip to content

Commit a8481de

Browse files
committed
Add changelog entry
1 parent c00591d commit a8481de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Naga now infers the correct binding layout when a resource appears only in an as
8484

8585
- Remove the need for dxil.dll. By @teoxoy in [#7566](https://github.com/gfx-rs/wgpu/pull/7566)
8686

87+
#### WebGPU
88+
89+
- The type of the `size` parameter to `copy_buffer_to_buffer` has changed from `BufferAddress` to `impl Into<Option<BufferAddress>>`. This achieves the spec-defined behavior of the value being optional, while still accepting existing calls without changes. By @andyleiserson in [#7659](https://github.com/gfx-rs/wgpu/pull/7659).
90+
8791
### Bug Fixes
8892

8993
#### Naga

0 commit comments

Comments
 (0)