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
Because of that bug, we can't really use enumflags when we need to serialize to an architecture dependent size. For example: std::os::raw::c_ulong. We can either try to get it fixed in the compiler or we can try to work around it.
The text was updated successfully, but these errors were encountered:
Also the BitFlags struct is not repr(C) yet. I also wanted to have something like type aliases in ash. I also should add support for serde in the future. But I am currently very busy, I am not sure when I will find some time to implement all of this.
rust-lang/rust#10374
Because of that bug, we can't really use enumflags when we need to serialize to an architecture dependent size. For example:
std::os::raw::c_ulong
. We can either try to get it fixed in the compiler or we can try to work around it.The text was updated successfully, but these errors were encountered: