ash/generator
Marijn Suijten 0ae6e49195
Mark all function pointer types as unsafe (#436)
Rusty wrappers are already marked `unsafe`, and by definition the raw
Vulkan function pointers used under the hood are `unsafe` too.  Not
needing `unsafe` when going directly through `self.fp_v1_x()` is odd at
best.
2021-05-18 23:50:30 +02:00
..
src Mark all function pointer types as unsafe (#436) 2021-05-18 23:50:30 +02:00
Vulkan-Headers@e1d8c4931d Update Vulkan-Headers to 1.2.174 (#429) 2021-05-11 00:00:55 +02:00
Cargo.toml generator: Use stable vk-parse 0.6 release (#434) 2021-05-11 21:36:44 +02:00