Silk.NETS
Silk.NET2y ago
8 replies
tannergooding

what in particular are you having

what in particular are you having trouble with?
F# has ref T via byref<'T>, in T via inref<'T>, out T via outref<'T>
you can declare pointers via nativeptr<'T>

and for external functions in particular (DllImport) it directly supports T* and T& for pointers/byrefs
Was this page helpful?