示例#1
0
 /// <summary>To be documented.</summary>
 public static unsafe Result RegisterDisplayEvent(this ExtDisplayControl thisApi, [Count(Count = 0)] Device device, [Count(Count = 0)] DisplayKHR display, [Count(Count = 0), Flow(FlowDirection.In)] DisplayEventInfoEXT *pDisplayEventInfo, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <AllocationCallbacks> pAllocator, [Count(Count = 0)] Span <Fence> pFence)
 {
     // SpanOverloader
     return(thisApi.RegisterDisplayEvent(device, display, pDisplayEventInfo, in pAllocator.GetPinnableReference(), ref pFence.GetPinnableReference()));
 }
示例#2
0
 public abstract unsafe Result RegisterDisplayEvent([Count(Count = 0)] Device device, [Count(Count = 0)] DisplayKHR display, [Count(Count = 0), Flow(FlowDirection.In)] DisplayEventInfoEXT *pDisplayEventInfo, [Count(Count = 0), Flow(FlowDirection.In)] AllocationCallbacks *pAllocator, [Count(Count = 0)] Fence *pFence);