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

[graphics] Fix Vulkan validation error on vkAcquireNextImageKHR #254

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

rbrich
Copy link
Owner

@rbrich rbrich commented Nov 29, 2024

Semaphore must not have any pending operations. The Vulkan spec states: If semaphore is not VK_NULL_HANDLE it must not have any uncompleted signal or wait operations pending

> Semaphore must not have any pending operations. The Vulkan spec states: If semaphore is not VK_NULL_HANDLE it must not have any uncompleted signal or wait operations pending
@rbrich rbrich enabled auto-merge November 29, 2024 16:34
@rbrich rbrich merged commit 57470ce into master Nov 29, 2024
21 checks passed
@rbrich rbrich deleted the fix-vk-sync branch November 29, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant