ash/generator
Marijn Suijten 87b00568a6 extensions: Group enum extension variants together per impl T block
Instead of generating an impl block - together with "Generated from XXX"
doc - for every single item that extends an enum type, group all these
extensions together in a single `impl` block per extension per type.

This cuts down a couple thousand lines of repeated `impl T` and `#[doc]`
annotations, and makes the code more readable at the same time: it is
now possible to immediately see exactly all the constants that a certain
extension extends a type with.
2021-12-20 15:16:44 -08:00
..
src extensions: Group enum extension variants together per impl T block 2021-12-20 15:16:44 -08:00
Vulkan-Headers@e005e1f817 Update Vulkan-Headers to 1.2.202 2021-12-11 11:03:45 -08:00
Cargo.toml Vulkan 1.2.175: Provisional Video Extensions (#417) 2021-06-06 11:00:29 +02:00