Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

egui-wgpu: reduce input latency by defaulting to double-buffering #3714

Closed
wants to merge 1 commit into from

Commits on Dec 18, 2023

  1. egui-wgpu: reduce input latency by defaulting to double-buffering

    This makes a huge difference in perceived latency on my 60 Hz monitor
    on macOS on a native build.
    
    There is no difference on web though afaict.
    
    For me this is a much better default. Tearing is mildly annoying,
    but input latency makes an aplication feel sluggish.
    emilk committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c482a0b View commit details
    Browse the repository at this point in the history