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

Vulkan 1.2.175: Provisional Video Extensions #417

Merged
merged 5 commits into from
Jun 6, 2021
Merged

Commits on May 30, 2021

  1. Configuration menu
    Copy the full SHA
    1d9aa15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2643a8d View commit details
    Browse the repository at this point in the history
  3. generator: Use the same predicate for push_next and its traits

    Some structs turn out to be root structs when their name is not in the
    `root_structs` set, even when they themselves extend another struct.
    This was already taken care of for `push_next` which is emitted in this
    situation, but the trait referenced by `push_next`'s `T` bound is still
    relying on the `extends` field to not exist in `vk.xml` at all, leading
    to it not being generated despite `push_next` needing it.
    
    Fixes: 215511f ("Implement ExtendXXX for multiple root create infos if
    there are more than 1")
    MarijnS95 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    1986bf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f97d5f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a650d7 View commit details
    Browse the repository at this point in the history