Skip to content

Commit

Permalink
note PresentMode::Mailbox support for Wayland (#2937)
Browse files Browse the repository at this point in the history
  • Loading branch information
i509VCB authored Aug 28, 2022
1 parent 2cd08a1 commit f5fa92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f5fa92a

Please sign in to comment.