anv: allocate fake render pass for continuation command buffers
v4: Assert if there's no VkCommandBufferInheritanceRenderingInfoKHR (Lionel) Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13980>
This commit is contained in:
@@ -3086,6 +3086,8 @@ struct anv_cmd_state {
|
||||
* is one of the states in attachment_states.
|
||||
*/
|
||||
struct anv_state null_surface_state;
|
||||
|
||||
struct anv_dynamic_render_pass dynamic_render_pass;
|
||||
};
|
||||
|
||||
struct anv_cmd_pool {
|
||||
|
Reference in New Issue
Block a user