mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
note PresentMode::Mailbox support for Wayland (#2937)
This commit is contained in:
parent
2cd08a1c9c
commit
f5fa92aa79
@ -3021,7 +3021,7 @@ pub enum PresentMode {
|
||||
///
|
||||
/// No tearing will be observed.
|
||||
///
|
||||
/// Supported on DX11/12 on Windows 10, and NVidia on Vulkan.
|
||||
/// Supported on DX11/12 on Windows 10, NVidia on Vulkan and Wayland on Vulkan.
|
||||
///
|
||||
/// This is traditionally called "Fast Vsync"
|
||||
Mailbox = 5,
|
||||
|
Loading…
Reference in New Issue
Block a user