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 a "constants" type= attribute to <enums> tags #2366

Merged
merged 2 commits into from
May 22, 2024
Merged

Add a "constants" type= attribute to <enums> tags #2366

merged 2 commits into from
May 22, 2024

Commits on May 8, 2024

  1. Add a "constants" type= attribute to <enums> tags

    For more consistency with handling other enums type= attributes.
    
    This is purely additive to the schema but it is conceivable that
    downstream scripts would look for this attribute *not* being present to
    indicate compile-time constants, so this should be checked against CTS /
    VVL / Vulkan-Hpp binding / Rust binding usage.
    
    Closes #2359
    oddhack committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8ba1415 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    5c5e8b9 View commit details
    Browse the repository at this point in the history