コード例 #1
0
 public unsafe partial Result CreateBufferCollectionFuchsia([Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] BufferCollectionCreateInfoFUCHSIA *pCreateInfo, [Count(Count = 0), Flow(FlowDirection.In)] AllocationCallbacks *pAllocator, [Count(Count = 0), Flow(FlowDirection.Out)] BufferCollectionFUCHSIA *pCollection);
コード例 #2
0
 /// <summary>To be documented.</summary>
 public static unsafe Result CreateBufferCollectionFuchsia(this FuchsiaBufferCollection thisApi, [Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <BufferCollectionCreateInfoFUCHSIA> pCreateInfo, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <AllocationCallbacks> pAllocator, [Count(Count = 0), Flow(FlowDirection.Out)] BufferCollectionFUCHSIA *pCollection)
 {
     // SpanOverloader
     return(thisApi.CreateBufferCollectionFuchsia(device, in pCreateInfo.GetPinnableReference(), in pAllocator.GetPinnableReference(), pCollection));
 }