Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct SubpassContents to reflect previous code
The call to `cmd_begin_render_pass` is changed from `vk::SubpassContents::INLINE` to `vk::SubpassContents::SECONDARY_COMMAND_BUFFERS` earlier on the tutorial page, so reflect that change here.
- Loading branch information