commit | 16898b0623ba827be207417b6397b3353e11e794 | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Tue Aug 11 11:35:58 2015 -0600 |
committer | Cody Northrop <cody@lunarg.com> | Tue Aug 11 16:59:43 2015 -0600 |
tree | a08a8bfbe06f9e2017f56cb3be4500c431bc34d0 | |
parent | 2d013adc4235d5986b6f691d5c3edf096d40aaa6 [diff] [blame] |
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];