You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 u32s instead.
The macros like
vk_make_version!
use local types:Expected behavior:
The text was updated successfully, but these errors were encountered: