We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6935fdb commit 39ef8f5Copy full SHA for 39ef8f5
CHANGELOG.md
@@ -17,7 +17,16 @@ Possible sections in each release:
17
* Fixed: for any bug fixes.
18
* Security: in case of vulnerabilities.
19
20
-### [v0.x.y] - upcoming
+
21
+### [v0.5.7] - 07-10-2021
22
23
+Changed:
24
25
+* Update to the latest wgpu-native (including latest Naga).
26
+* The power-preference is actually taken into account.
27
+* The adapter actually reports its limits.
28
+* The limits in `request_device` are actually used.
29
+* The `Adapter.is_software` property is renamed to `Adapter.is_fallback_adapter`.
30
31
32
### [v0.5.6] - 30-08-2021
@@ -26,7 +35,6 @@ Added:
35
36
* An offscreen canvas to take snapshots without needing a window.
37
-
38
Changed:
39
40
* On Windows, the Vulkan backend is now forced unless `WGPU_BACKEND_TYPE` is set.
0 commit comments