bevy/crates/bevy_window
Kanabenki 1df41b79dd
Expose desired_maximum_frame_latency through window creation (#12954)
# 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.
2024-04-19 23:09:30 +00:00
..
src Expose desired_maximum_frame_latency through window creation (#12954) 2024-04-19 23:09:30 +00:00
Cargo.toml Move close_on_esc to bevy_dev_tools (#12855) 2024-04-03 01:29:06 +00:00