mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-14 09:45:47 +00:00
Specify IGNORED queue family for renderpass barriers
This commit is contained in:
@@ -216,6 +216,11 @@ rdcarray<VkImageMemoryBarrier> WrappedVulkan::GetImplicitRenderPassBarriers(uint
|
||||
VkImageMemoryBarrier barrier = {VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER};
|
||||
VkImageMemoryBarrier barrierStencil = {VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER};
|
||||
|
||||
barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
|
||||
barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
|
||||
barrierStencil.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
|
||||
barrierStencil.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED;
|
||||
|
||||
ResourceId view = fbattachments[idx];
|
||||
|
||||
barrierStencil.subresourceRange = barrier.subresourceRange =
|
||||
|
||||
Reference in New Issue
Block a user