Skip to content

v27.0.4

Latest

Choose a tag to compare

@cwfitzgerald cwfitzgerald released this 23 Oct 18:20
· 109 commits to trunk since this release
v27.0.4
af91efa

This release includes wgpu-hal version 27.0.4. All other crates remain at their previous versions.

Bug Fixes

General

  • Remove fragile dependency constraint on ordered-float that prevented semver-compatible changes above 5.0.0. By @kpreid in #8371.

Vulkan

  • Work around extremely poor frame pacing from AMD and Nvidia cards on Windows in Fifo and FifoRelaxed present modes. This is due to the drivers implicitly using a DXGI (Direct3D) swapchain to implement these modes and it having vastly different timing properties. See #8310 and #8354 for more information. By @cwfitzgerald in #8420.