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

vk: fix headless semaphore wait logic #7335

Merged
merged 1 commit into from
Nov 4, 2023
Merged

Conversation

poweifeng
Copy link
Contributor

We removed the no-op queue submit for headless in PR #7264. This means that a semaphore will not be waited on and caused a validation error. Here, we simply don't acquire that semaphore for present.

Also reorganzied the pSempaphores array code for better readability.

Fixes #7334

We removed the no-op queue submit for headless in PR #7264. This
means that a semaphore will not be waited on and caused a
validation error.  Here, we simply don't acquire that semaphore
for present.

Also reorganzied the pSempaphores array code for better
readability.

Fixes #7334
@poweifeng poweifeng added the internal Issue/PR does not affect clients label Nov 3, 2023
@poweifeng poweifeng merged commit 53d8d2a into main Nov 4, 2023
12 checks passed
@poweifeng poweifeng deleted the pf/vk-fix-headless-validation branch November 4, 2023 00:14
plepers pushed a commit to plepers/filament that referenced this pull request Dec 9, 2023
We removed the no-op queue submit for headless in PR google#7264. This
means that a semaphore will not be waited on and caused a
validation error.  Here, we simply don't acquire that semaphore
for present.

Also reorganzied the pSempaphores array code for better
readability.

Fixes google#7334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vulkan validation error output
2 participants