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

corechecks: Remove extra GetRead() call in dynamic rendering #3687

Conversation

jeremyg-lunarg
Copy link
Contributor

ValidateRenderingAttachmentInfoKHR() doesn't need to access
command buffer state. Its calling code already has a read-locked
command buffer, so this extra call could lead to deadlock.

ValidateRenderingAttachmentInfoKHR() doesn't need to access
command buffer state. Its calling code already has a read-locked
command buffer, so this extra call could lead to deadlock.
@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 19590.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 5984 running.

Copy link
Contributor

@TonyBarbour TonyBarbour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 5984 passed.

@jeremyg-lunarg jeremyg-lunarg merged commit f7828a5 into KhronosGroup:master Jan 19, 2022
@jeremyg-lunarg jeremyg-lunarg deleted the jeremyg-dynamic-rendering-hang branch January 19, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants