mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
1df41b79dd
# Objective - Closes #12930. ## Solution - Add a corresponding optional field on `Window` and `ExtractedWindow` --- ## Changelog ### Added - `wgpu`'s `desired_maximum_frame_latency` is exposed through window creation. This can be used to override the default maximum number of queued frames on the GPU (currently 2). ## Migration Guide - The `desired_maximum_frame_latency` field must be added to instances of `Window` and `ExtractedWindow` where all fields are explicitly specified. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |