ash/generator
Marijn Suijten 86b0f45e48
generator: Do not generate code for "disabled" extensions (#448)
It is unlikely that disabled, reserved extensions (without naming
whatsoever) are used through Ash bindings generated from Vulkan-Headers
releases, and are best ignored to reduce diff noise and spurious issues
[1] with unfinished extension definitions.

This approach matches what is defined in the registry spec for
`supported="disabled"` [2]:

    use `supported="disabled"` to indicate this extension should never
    be processed.

[1]: https://github.com/KhronosGroup/Vulkan-Docs/issues/1549
[2]: b4e8cd820b/registry.txt (L1302-L1306)
2022-12-11 16:36:25 -08:00
..
src generator: Do not generate code for "disabled" extensions (#448) 2022-12-11 16:36:25 -08:00
Vulkan-Headers@b7a86d3b2b Update Vulkan-Headers to 1.3.235 (#667) 2022-11-22 23:13:09 +01:00
Cargo.toml generator: Upgrade to bindgen 0.61.0 (#673) 2022-10-20 10:41:23 -07:00