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: add lock to VulkanTimerQuery fence #6949

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

poweifeng
Copy link
Contributor

Call to Driver::getTimerQueryValue is synchronous so we need to make sure the fence shared_ptr is protected by a lock.

Call to Driver::getTimerQueryValue is synchronous so we need to
make sure the fence shared_ptr is protected by a lock.
@poweifeng poweifeng added the internal Issue/PR does not affect clients label Jul 11, 2023
@poweifeng poweifeng merged commit 84487f4 into main Jul 11, 2023
9 checks passed
@poweifeng poweifeng deleted the pf/fix-timer-query-sync-issue branch July 11, 2023 16:14
plepers pushed a commit to plepers/filament that referenced this pull request Dec 9, 2023
Call to Driver::getTimerQueryValue is synchronous so we need to
make sure the fence shared_ptr is protected by a lock.
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.

2 participants