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
It would be nice to not have to explicitly specify the type of the field when getting it, as that should be determinable by the field name. It would also be nice to have a single function that covers this, like readField from Graphics.Vulkan.Marshal.
The text was updated successfully, but these errors were encountered:
If I have a
Ptr Foo
, where Foo has abar :: Word32
field, I can get that field's value like:It would be nice to not have to explicitly specify the type of the field when getting it, as that should be determinable by the field name. It would also be nice to have a single function that covers this, like
readField
fromGraphics.Vulkan.Marshal
.The text was updated successfully, but these errors were encountered: