mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Fix typo using wrong array
This commit is contained in:
@@ -705,7 +705,7 @@ bool WrappedVulkan::Serialise_vkCmdWaitEvents(
|
||||
|
||||
for(uint32_t i=0; i < imgCount; i++)
|
||||
{
|
||||
if(imgBarriers[i].image != VK_NULL_HANDLE)
|
||||
if(imgMemBarriers[i].image != VK_NULL_HANDLE)
|
||||
{
|
||||
imgBarriers.push_back(imgMemBarriers[i]);
|
||||
ReplacePresentableImageLayout(imgBarriers.back().oldLayout);
|
||||
|
||||
Reference in New Issue
Block a user