mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Force inline subpass contents when replaying outside of normal flow
This commit is contained in:
@@ -77,7 +77,7 @@ void VulkanRenderState::BeginRenderPassAndApplyState(WrappedVulkan *vk, VkComman
|
||||
imagelessAttachments.pAttachments = imagelessViews.data();
|
||||
}
|
||||
|
||||
ObjDisp(cmd)->CmdBeginRenderPass(Unwrap(cmd), &rpbegin, subpassContents);
|
||||
ObjDisp(cmd)->CmdBeginRenderPass(Unwrap(cmd), &rpbegin, VK_SUBPASS_CONTENTS_INLINE);
|
||||
|
||||
BindPipeline(vk, cmd, binding, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user