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

Fix VUID-vkCmdPipelineBarrier2-srcQueueFamilyIndex-01182 for Dynamic Rendering Local Read #9103

Open
spencer-lunarg opened this issue Dec 28, 2024 · 0 comments
Labels
Incomplete Missing Validation VUs to be added

Comments

@spencer-lunarg
Copy link
Contributor

VUID-vkCmdPipelineBarrier2-srcQueueFamilyIndex-01182 (and VUID-vkCmdPipelineBarrier-srcQueueFamilyIndex-01182) recently was reworded to say "any memory barrier" instead of "any image memory barrier"

This was done in preparation for VK_KHR_dynamic_rendering_local_read (Because before you only could do it with image barriers)

Need to see if there is a way with VK_KHR_dynamic_rendering_local_read to have the pMemoryBarriers or pBufferMemoryBarriers also violate VUID-vkCmdPipelineBarrier2-srcQueueFamilyIndex-01182

@spencer-lunarg spencer-lunarg added the Incomplete Missing Validation VUs to be added label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Incomplete Missing Validation VUs to be added
Projects
None yet
Development

No branches or pull requests

1 participant