Skip to content

Commit f5fa92a

Browse files
authored
note PresentMode::Mailbox support for Wayland (#2937)
1 parent 2cd08a1 commit f5fa92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3021,7 +3021,7 @@ pub enum PresentMode {
30213021
///
30223022
/// No tearing will be observed.
30233023
///
3024-
/// Supported on DX11/12 on Windows 10, and NVidia on Vulkan.
3024+
/// Supported on DX11/12 on Windows 10, NVidia on Vulkan and Wayland on Vulkan.
30253025
///
30263026
/// This is traditionally called "Fast Vsync"
30273027
Mailbox = 5,

0 commit comments

Comments
 (0)