bevy/crates/bevy_window/src
aloucks 1477765f62 Replace VSync with PresentMode (#3812)
# Objective

Enable the user to specify any presentation modes (including `Mailbox`).

Fixes #3807

## Solution

I've added a new `PresentMode` enum in `bevy_window` that mirrors the `wgpu` enum 1:1. Alternatively, I could add a new dependency on `wgpu-types` if that would be preferred.
2022-02-04 03:37:44 +00:00
..
cursor.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00
event.rs Fix scale_factor_override in the winit backend (#2784) 2021-09-10 18:46:16 +00:00
lib.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00
raw_window_handle.rs fix clippy 2021-07-24 16:43:37 -07:00
system.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
window.rs Replace VSync with PresentMode (#3812) 2022-02-04 03:37:44 +00:00
windows.rs can change window settings at runtime (#644) 2020-10-15 11:42:19 -07:00