note PresentMode::Mailbox support for Wayland (#2937)

This commit is contained in:
i509VCB 2022-08-28 18:48:22 -05:00 committed by GitHub
parent 2cd08a1c9c
commit f5fa92aa79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,