ash/generator
Marijn Suijten 4424efeef1 generator: Use "Backwards-compatible" comment to omit deprecated aliases
vk.xml now contains the comment text "Backwards-compatible alias
containing a typo" which we can use to detect intentional renames,
without needing to specify explicit overrides/exceptions in the
generator anymore.

These deprecated constants exist for the sole reason of backwards
compatibility which Vulkan cannot permit itself to remove in the C
headers, but are unreasonable for crate authors to use anyway due to
their `#[deprecated]` annotation whose cargo-check warnings are easy to
fix by just using the non-deprecated variant instead.  Furthermore, Ash
is still allowing itself to perform breaking changes in its releases
making this the perfect time to get rid of all these useless variants
and the generator support code that comes with it.  No need to come up
with a "more proper" variant name if we don't generate those that
"intentionally" fail to adhere to the "enum variant name" specification
in the first place.
2021-11-26 11:13:22 -08:00
..
src generator: Use "Backwards-compatible" comment to omit deprecated aliases 2021-11-26 11:13:22 -08:00
Vulkan-Headers@a152371654 Update Vulkan-Headers to 1.2.200 (#497) 2021-11-23 20:00:46 +01:00
Cargo.toml Vulkan 1.2.175: Provisional Video Extensions (#417) 2021-06-06 11:00:29 +02:00