bevy/crates/bevy_render/src/view
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
..
visibility bevy_render: Provide a way to opt-out of the built-in frustum culling (#3711) 2022-01-17 22:55:44 +00:00
mod.rs Expanded Msaa documentation. (#3693) 2022-01-16 21:09:15 +00:00
window.rs Replace VSync with PresentMode (#3812) 2022-02-04 03:37:44 +00:00