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.c b/icd/intel/cmd.c index b3eee0c..f964f9e 100644 --- a/icd/intel/cmd.c +++ b/icd/intel/cmd.c
@@ -329,6 +329,7 @@ cmd_begin_render_pass(cmd, intel_render_pass(info->renderPass), intel_fb(info->framebuffer), + info->subpass, VK_RENDER_PASS_CONTENTS_INLINE); }