New
v27.0.4
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-floatthat prevented semver-compatible changes above5.0.0. By @kpreid in #8371.
Vulkan
- Work around extremely poor frame pacing from AMD and Nvidia cards on Windows in
FifoandFifoRelaxedpresent 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 https://github.com/gfx-rs/wgpu/issues/8310 and https://github.com/gfx-rs/wgpu/issues/8354 for more information. By @cwfitzgerald in #8420.