bevy/crates/bevy_winit/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
..
converters.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00
lib.rs Replace VSync with PresentMode (#3812) 2022-02-04 03:37:44 +00:00
winit_config.rs fix rustdoc warnings (#1437) 2021-02-22 03:59:35 +00:00
winit_windows.rs do not set cursor grab on window creation if not asked for (#3617) 2022-01-15 20:29:58 +00:00