v150: Bug 14384 - Add a subpass field to VkCmdBufferBeginInfo
diff --git a/icd/intel/cmd_pipeline.c b/icd/intel/cmd_pipeline.c
index 4dae2a3..6386b1e 100644
--- a/icd/intel/cmd_pipeline.c
+++ b/icd/intel/cmd_pipeline.c
@@ -3664,7 +3664,7 @@
         return;
     }
 
-    cmd_begin_render_pass(cmd, rp, fb, contents);
+    cmd_begin_render_pass(cmd, rp, fb, 0, contents);
 
     for (i = 0; i < rp->attachment_count; i++) {
         const struct intel_render_pass_attachment *att = &rp->attachments[i];