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 d3830c5 commit 902a3c7Copy full SHA for 902a3c7
CHANGELOG.md
@@ -23,6 +23,22 @@ Possible sections in each release:
23
No changes yet.
24
25
26
+### [v0.5.3] - 04-06-2021
27
+
28
+Added:
29
30
+* `adapter.properties` now has actual values, allowing inspeciton of the selected
31
+ GPU and backend.
32
+* Added back support for filtering float32 textures by enabling a certain wgpu feature
33
+ by default.
34
35
+Fixed:
36
37
+* An error in the docs of `create_render_pipeline`.
38
+* Vulkan backend is now forced to prevent DX12 being select and causing probems
39
+ because it's less mature.
40
41
42
### [v0.5.2] - 23-05-2021
43
44
This release uses a new version of wgpu-native which has changed quite a bit iternally. There
0 commit comments