wgpu icon indicating copy to clipboard operation
wgpu copied to clipboard

note PresentMode::Mailbox support for Wayland

Open i509VCB opened this issue 3 years ago • 0 comments

Wayland is inherently a mailbox system and hence should be noted as always supporting Mailbox (at least on Vulkan where it's explicitly known, the Wayland EGL platform isn't too clear about the present mode).

Checklist

  • [X] Run cargo clippy.
  • [X] Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • [ ] Add change to CHANGELOG.md. See simple instructions inside file.

Description Note support for the Mailbox present mode on Wayland on Vulkan. Wayland is inherently a mailbox system and therefore all Vulkan implementations must report the mailbox present mode.

i509VCB avatar Aug 03 '22 00:08 i509VCB