Beispiel #1
0
 public unsafe partial Result GetMemoryHostPointerProperties <T0>([Count(Count = 0)] Device device, [Count(Count = 0)] ExternalMemoryHandleTypeFlags handleType, [Count(Count = 0)] ref T0 pHostPointer, [Count(Count = 0), Flow(FlowDirection.Out)] MemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) where T0 : unmanaged;
Beispiel #2
0
 /// <summary>To be documented.</summary>
 public static unsafe Result GetMemoryHostPointerProperties <T0>(this ExtExternalMemoryHost thisApi, [Count(Count = 0)] Device device, [Count(Count = 0)] ExternalMemoryHandleTypeFlags handleType, [Count(Count = 0)] Span <T0> pHostPointer, [Count(Count = 0), Flow(FlowDirection.Out)] MemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) where T0 : unmanaged
 {
     // SpanOverloader
     return(thisApi.GetMemoryHostPointerProperties(device, handleType, ref pHostPointer.GetPinnableReference(), pMemoryHostPointerProperties));
 }
Beispiel #3
0
 public unsafe partial Result GetMemoryHostPointerProperties([Count(Count = 0)] Device device, [Count(Count = 0)] ExternalMemoryHandleTypeFlags handleType, [Count(Count = 0)] void *pHostPointer, [Count(Count = 0), Flow(FlowDirection.Out)] MemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties);