Open TimDiekmann opened 6 years ago
This fix works if the generated bindings are in the crate root, but I don't think it would work in cases where it's not - say, if it's included as a submodule. However, since they're using uint32_t
as the number type, I'd say it would be fine to convert them into straight u32
s instead.
The macros like
vk_make_version!
use local types:Expected behavior: