mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix compile error
This commit is contained in:
@@ -6920,7 +6920,7 @@ void WrappedVulkan::vkCmdBeginRenderingKHR(VkCommandBuffer commandBuffer,
|
||||
else if(i == pRenderingInfo->colorAttachmentCount + 1)
|
||||
att = pRenderingInfo->pStencilAttachment;
|
||||
|
||||
if(!att || !att->imageView)
|
||||
if(!att || att->imageView == VK_NULL_HANDLE)
|
||||
continue;
|
||||
|
||||
FrameRefType refType = eFrameRef_ReadBeforeWrite;
|
||||
|
||||
Reference in New Issue
Block a user