Пример #1
0
 /// <summary>To be documented.</summary>
 public static unsafe Result ImportSemaphoreF(this KhrExternalSemaphoreFd thisApi, [Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <ImportSemaphoreFdInfoKHR> pImportSemaphoreFdInfo)
 {
     // SpanOverloader
     return(thisApi.ImportSemaphoreF(device, in pImportSemaphoreFdInfo.GetPinnableReference()));
 }
Пример #2
0
 /// <summary>To be documented.</summary>
 public static unsafe Result GetSemaphoreF(this KhrExternalSemaphoreFd thisApi, [Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <SemaphoreGetFdInfoKHR> pGetFdInfo, [Count(Count = 0), Flow(FlowDirection.Out)] Span <int> pFd)
 {
     // SpanOverloader
     return(thisApi.GetSemaphoreF(device, in pGetFdInfo.GetPinnableReference(), out pFd.GetPinnableReference()));
 }