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

Marky update loop event handling #1860

Commits on Nov 11, 2024

  1. openxr: Update xrPollEvent to handle missing events

    Update the replay logic to handle waiting for missing events.
    If the event is a known important event, we will always wait for it.
    If the event is not important, or unknown, every time we miss receiving
    the event, we will wait less next time.  We will always wait at least
    once for every event, but if it's an event that we never receive,
    we will no longer than one xrPollEvent query for it.
    MarkY-LunarG committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5c7979d View commit details
    Browse the repository at this point in the history