ash/ash
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
tests tests: Fix clippy::single-component-path-imports 2020-09-02 17:08:20 -07:00
Cargo.toml Release 0.31.0 2020-05-10 21:14:01 +02:00