Commit 4aa9bf12 by Chris Forbes

Allow subpasses to use secondary command buffers

Bug: b/118619338 Test: dEQP-VK.*secondary_cmd_buf* Change-Id: I46e69e216ae4cc0a8e907692dfce270e11b690a2 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/28129Tested-by: 's avatarChris Forbes <chrisforbes@google.com> Presubmit-Ready: Chris Forbes <chrisforbes@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent a563dd8c
......@@ -735,11 +735,6 @@ void CommandBuffer::beginRenderPass(VkRenderPass renderPass, VkFramebuffer frame
{
ASSERT(state == RECORDING);
if(contents != VK_SUBPASS_CONTENTS_INLINE)
{
UNIMPLEMENTED("VK_SUBPASS_CONTENTS_INLINE");
}
addCommand<BeginRenderPass>(renderPass, framebuffer, renderArea, clearValueCount, clearValues);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment