Skip to content

Commit a98f8a5

Browse files
committed
Add changelog entry
1 parent 0c80106 commit a98f8a5

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
@@ -95,6 +95,10 @@ Naga now infers the correct binding layout when a resource appears only in an as
9595

9696
- Use highest SPIR-V version supported by Vulkan API version. By @robamler in [#7595](https://github.com/gfx-rs/wgpu/pull/7595)
9797

98+
#### WebGPU
99+
100+
- 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).
101+
98102
### Bug Fixes
99103

100104
#### Naga

0 commit comments

Comments
 (0)