/// <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())); }
/// <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())); }