Merge branch '65-binding_model-render_pass_continue' into 'master'
authorPyry Haulos <phaulos@google.com>
Wed, 9 Dec 2015 17:36:56 +0000 (12:36 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 9 Dec 2015 17:36:56 +0000 (12:36 -0500)
commit4dcba667b49c31c24c2a0a97c98263a83132d827
tree31844d0ef67da164c0677008165c2793de34794e
parentb836adc33d290435c7a0e67ea15f2da29298ccfa
parent6c2a17a2f150369f369026c87f6e834e33cefb97
Merge branch '65-binding_model-render_pass_continue' into 'master'

65 binding model test: added missing flags switch: VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT

This fixes issue #65

spec: If vkCmdExecuteCommands is being called within a render pass instance, any given element of pCommandBuffers must have been recorded with the VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT

See merge request !119