Skip to content

Commit af91efa

Browse files
committed
Bump version to v27.0.4
1 parent 386d443 commit af91efa

File tree

3 files changed

+36
-26
lines changed

3 files changed

+36
-26
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ Bottom level categories:
4040

4141
## Unreleased
4242

43+
## v27.0.4 (2025-10-23)
44+
45+
This release includes `wgpu-hal` version `27.0.4`. All other crates remain at their previous versions.
46+
47+
### Bug Fixes
48+
49+
#### Vulkan
50+
51+
- 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 https://github.com/gfx-rs/wgpu/issues/8310 and https://github.com/gfx-rs/wgpu/issues/8354 for more information. By @cwfitzgerald in [#8420](https://github.com/gfx-rs/wgpu/pull/8420).
52+
4353
## v27.0.3 (2025-10-22)
4454

4555
This release includes `naga`, `wgpu-core` and `wgpu-hal` version `27.0.3`. All other crates remain at their previous versions.

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ keywords = ["graphics"]
6161
license = "MIT OR Apache-2.0"
6262
homepage = "https://wgpu.rs/"
6363
repository = "https://github.com/gfx-rs/wgpu"
64-
version = "27.0.3"
64+
version = "27.0.4"
6565
authors = ["gfx-rs developers"]
6666

6767
[workspace.dependencies]

0 commit comments

Comments
 (0)