File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ Bottom level categories:
43
43
### Major Changes
44
44
45
45
#### ` wgpu-core ` is no longer generic over ` wgpu-hal ` backends
46
+
46
47
Dynamic dispatch between different backends has been moved from the user facing ` wgpu ` crate,
47
48
to a new dynamic dispatch mechanism inside the backend abstraction layer ` wgpu-hal ` .
48
49
@@ -72,6 +73,7 @@ https://gpuweb.github.io/gpuweb/#programmable-passes-bind-groups specifies that
72
73
is nullable. This change is the start of implementing this part of the spec.
73
74
Callers that specify a ` Some() ` value should have unchanged behavior. Handling of ` None ` values still
74
75
needs to be implemented by backends.
76
+
75
77
For convenience, the ` set_bind_group ` on compute/render passes & encoders takes ` impl Into<Option<&BindGroup>> ` ,
76
78
so most code should still work the same.
77
79
You can’t perform that action at this time.
0 commit comments