ash/generator
Marijn Suijten cf1c92e664
Drop load() functions from empty Fn structs (#752)
These functions don't contribute anything and should be removed to clean
up the `features` and `extensions` files, while now also not showing in
the documentation anymore.  The structs remain in place for associated
constants but are replaced with true unit-like structs (no curly
brackets anymore), and unneeded `unsafe impl Send/Sync` are removed as
well.

As these `load()` functions have been removed from the empty
feature-levels on `Entry` and `Device` as well, rather than
instantiating the unit structs and returning those the fields and
`fp_vX_X()` getters have been removed entirely.
2023-05-06 20:22:32 +02:00
..
src Drop load() functions from empty Fn structs (#752) 2023-05-06 20:22:32 +02:00
Vulkan-Headers@63af1cf1ee Update Vulkan-Headers to 1.3.246 (#723) 2023-04-03 10:18:26 +02:00
Cargo.toml Update Vulkan-Headers to 1.3.246 (#723) 2023-04-03 10:18:26 +02:00