CustomMarshaler
Namespace
Brahma.FSharp.OpenCL.TranslatorContructors
Constructor | Signature | Description | |
---|---|---|---|
# | new() | unit -> CustomMarshaler | CompiledName: |
Instance members
Instance member | Signature | Description | |
---|---|---|---|
# | x.GetTypeOffsets(type') | type':Type -> int [] | |
# | x.GetTypePacking(type') | type':Type -> StructurePacking | |
# | x.IsBlittable(type') | type':Type -> bool | |
# | x.ReadFromUnmanaged(ptr, array) | (ptr:IntPtr * array:'a []) -> unit | |
# | x.ReadFromUnmanaged(ptr, n) | (ptr:IntPtr * n:int) -> 'a [] | |
# | x.WriteToUnmanaged(array, ptr) | (array:'a [] * ptr:IntPtr) -> int | |
# | x.WriteToUnmanaged(array) | (array:'a []) -> int * nativeint |