bevy/examples/ui
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
..
button.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
font_atlas_debug.rs Fix doc_markdown lints in examples (#3486) 2021-12-29 17:25:34 +00:00
text.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
text_debug.rs Replace VSync with PresentMode (#3812) 2022-02-04 03:37:44 +00:00
ui.rs Implement the Overflow::Hidden style property for UI (#3296) 2021-12-19 05:44:28 +00:00