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

Add support for Vulkan-1.3.219 validstructs attribute on <param> #24

Merged
merged 1 commit into from
Jul 8, 2022

Commits on Jul 1, 2022

  1. Add support for Vulkan-1.3.219 validstructs attribute on <param>

    We invented this attribute to denote for a param of type
    `VkBaseInStructure` and `VkBaseOutStructure` what types are allowed to
    be passed into it, either directly or through the `pNext` chain of
    another struct (ignoring `structextends`).
    MarijnS95 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    b3417c1 View commit details
    Browse the repository at this point in the history