Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial secondary buffers minor fixes #223

Merged
merged 3 commits into from
Sep 27, 2023
Merged

Tutorial secondary buffers minor fixes #223

merged 3 commits into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. Restore original rotation speed in tutorial

    The same problem as #222 but on a different page of the tutorial.
    dariuswiles authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a49abe2 View commit details
    Browse the repository at this point in the history
  2. 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.
    dariuswiles authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    02ead87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c136d7e View commit details
    Browse the repository at this point in the history