You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
VUID-vkCmdPipelineBarrier2-srcQueueFamilyIndex-01182
(andVUID-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 thepMemoryBarriers
orpBufferMemoryBarriers
also violateVUID-vkCmdPipelineBarrier2-srcQueueFamilyIndex-01182
The text was updated successfully, but these errors were encountered: