You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,16 @@ Possible sections in each release:
16
16
* Fixed: for any bug fixes.
17
17
* Security: in case of vulnerabilities.
18
18
19
+
### unreleased
20
+
21
+
Added:
22
+
* New `wgpu.backends.wgpu_native.extra.set_instance_extras()` function to enable additional debug features and using Dxc
23
+
24
+
Changed:
25
+
* Updated to wgpu-native v25.0.2.1
26
+
27
+
Fixed:
28
+
* Some native only features with Dx12 backend no longer crash, but can still produce incorrect numbers for push constants and indirect draws. Other backends work as expected, fixes are expected in v26 upstream.
0 commit comments