ash/generator
Marijn Suijten e8b369db7d
generator: Turn c_void-returning functions into Rust () (#362)
`c_void` is not the same as Rust's void type, `()`, making function
pointers like `PFN_vkFreeFunction` pretty much impossible to implement
without casting. Instead of just turning this into `-> ()`, remove the
return type altogether, and add some asserts to prevent types of this
kind from being accidentally generated.
2021-02-28 16:50:24 +01:00
..
src generator: Turn c_void-returning functions into Rust () (#362) 2021-02-28 16:50:24 +01:00
Vulkan-Headers@9efc4a6311 Update Vulkan-Headers to 1.2.166 (#355) 2021-01-24 22:13:28 +01:00
Cargo.toml Update Vulkan-Headers to 1.2.166 (#355) 2021-01-24 22:13:28 +01:00