Skip to content

v30.0.1

Latest

Choose a tag to compare

@cwfitzgerald cwfitzgerald released this 22 Aug 02:57
· 322 commits to trunk since this release
Immutable release. Only release title and notes can be modified.
v30.0.1
40f4a34

Bug Fixes

Vulkan

  • Stop passing an un-waited fence to vkAcquireNextImageKHR on non-Windows platforms, which triggered VUID-vkAcquireNextImageKHR-fence-10066 validation errors every frame since v30.0.0. By @ErichDonGubler in #9855.

Metal

WebGPU

  • Upgrade vendored WebGPU bindings and wasm-bindgen to 0.2.127. This fixes a panic “can't access property "info", arg0 is null” when using the WebGPU backend and requestAdapter() fails. By @beicause in #10034, backported in #10105.