Skip to content

Commit 320c9b5

Browse files
style(CHANGELOG): restyle unreleased contents a bit
1 parent 64a61ee commit 320c9b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Bottom level categories:
4343
### Major Changes
4444

4545
#### `wgpu-core` is no longer generic over `wgpu-hal` backends
46+
4647
Dynamic dispatch between different backends has been moved from the user facing `wgpu` crate,
4748
to a new dynamic dispatch mechanism inside the backend abstraction layer `wgpu-hal`.
4849

@@ -72,6 +73,7 @@ https://gpuweb.github.io/gpuweb/#programmable-passes-bind-groups specifies that
7273
is nullable. This change is the start of implementing this part of the spec.
7374
Callers that specify a `Some()` value should have unchanged behavior. Handling of `None` values still
7475
needs to be implemented by backends.
76+
7577
For convenience, the `set_bind_group` on compute/render passes & encoders takes `impl Into<Option<&BindGroup>>`,
7678
so most code should still work the same.
7779

0 commit comments

Comments
 (0)