kas-gui / kas

Another GUI toolkit
Apache License 2.0
893 stars 27 forks source link

Small fixes #369

Closed dhardy closed 1 year ago

dhardy commented 1 year ago

Use PresentMode::Fifo. This is documented as the only supported mode. Fixes #367 and #368. Unfortunately this presents another issue: hang on exit on X11 in some circumstances (related to usage of multiple windows). I believe this is a WGPU issue: https://github.com/gfx-rs/wgpu/issues/1446

Also fix a couple of issues reported on reddit:

Note: other fixes would be breaking changes and/or significant work and are post-poned.