Skip to content

Commit 6141fe5

Browse files
docs(CHANGELOG): Update PR link (#8685)
1 parent d41e43b commit 6141fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ By @R-Cramer4 in [#8230](https://github.com/gfx-rs/wgpu/pull/8230)
6363

6464
#### New `LoadOp::DontCare`
6565

66-
In the case where a renderpass unconditionally writes to all pixels in the rendertarget,
66+
In the case where a renderpass unconditionally writes to all pixels in the rendertarget,
6767
`Load` can cause unnecessary memory traffic, and `Clear` can spend time unnecessarily
68-
clearing the rendertargets. `DontCare` is a new `LoadOp` which will leave the contents
68+
clearing the rendertargets. `DontCare` is a new `LoadOp` which will leave the contents
6969
of the rendertarget undefined. Because this could lead to undefined behavior, this API
7070
requires that the user gives an unsafe token to use the api.
7171

@@ -203,7 +203,7 @@ By @cwfitzgerald in [#8609](https://github.com/gfx-rs/wgpu/pull/8609).
203203
#### Naga
204204

205205
- Prevent UB with invalid ray query calls on spirv. By @Vecvec in [#8390](https://github.com/gfx-rs/wgpu/pull/8390).
206-
- Update the set of binding_array capabilities. In most cases, they are set automatically from `wgpu` features, and this change should not be user-visible. By @andyleiserson in TBD.
206+
- Update the set of binding_array capabilities. In most cases, they are set automatically from `wgpu` features, and this change should not be user-visible. By @andyleiserson in [#8671](https://github.com/gfx-rs/wgpu/pull/8671).
207207

208208
### Bug Fixes
209209

0 commit comments

Comments
 (0)