996e855e66
The vulkan spec states[1]: > If the VkCommandBuffer will not be executed within a render pass instance, > or if the render pass instance was begun with vkCmdBeginRenderingKHR, > renderPass, subpass, and framebuffer are ignored. but venus will still try to encode them, resulting in a guest-side assert or host-side command stream error. [1]: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkCommandBufferInheritanceInfo.html#_description Signed-off-by: Ryan Neph <ryanneph@google.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13988>