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
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
For swift structs, the SwiftData member gets marshaled as an IntPtr from a fixed byte *.
Look at changing the signature of the pinvoke to instead take a byte[] and see about removing the fixed block and passing SwiftData as is.
After this work, audit manual bindings in SwiftRuntimeLibrary to adjust.
The text was updated successfully, but these errors were encountered:
For swift structs, the
SwiftData
member gets marshaled as anIntPtr
from afixed byte *
.Look at changing the signature of the pinvoke to instead take a
byte[]
and see about removing the fixed block and passingSwiftData
as is.After this work, audit manual bindings in SwiftRuntimeLibrary to adjust.
The text was updated successfully, but these errors were encountered: