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

Vulkan backend: Fix the use of the incorrect fence in wait for fence. #4208

Closed
wants to merge 1 commit into from

Commits on Jun 8, 2021

  1. fix: Fix the use of the incorrect fence in wait for fence.

    The fence being waited upon was not the one associated with the current frame.
    This results in validation error detecting a reset of command buffers still in
    use and resetting fences while still in use.
    FunMiles committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a8889a6 View commit details
    Browse the repository at this point in the history