Exemplo n.º 1
0
 /// <summary>To be documented.</summary>
 public static unsafe Result RegisterDeviceEvent(this ExtDisplayControl thisApi, [Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] DeviceEventInfoEXT *pDeviceEventInfo, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <AllocationCallbacks> pAllocator, [Count(Count = 0)] Span <Fence> pFence)
 {
     // SpanOverloader
     return(thisApi.RegisterDeviceEvent(device, pDeviceEventInfo, in pAllocator.GetPinnableReference(), ref pFence.GetPinnableReference()));
 }
Exemplo n.º 2
0
 public abstract unsafe Result RegisterDeviceEvent([Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] DeviceEventInfoEXT *pDeviceEventInfo, [Count(Count = 0), Flow(FlowDirection.In)] AllocationCallbacks *pAllocator, [Count(Count = 0)] Fence *pFence);