Exemplo n.º 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)] in AllocationCallbacks pAllocator, [Count(Count = 0), Flow(FlowDirection.Out)] BufferCollectionFUCHSIA *pCollection);
Exemplo n.º 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)] BufferCollectionCreateInfoFUCHSIA *pCreateInfo, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <AllocationCallbacks> pAllocator, [Count(Count = 0), Flow(FlowDirection.Out)] Span <BufferCollectionFUCHSIA> pCollection)
 {
     // SpanOverloader
     return(thisApi.CreateBufferCollectionFuchsia(device, pCreateInfo, in pAllocator.GetPinnableReference(), out pCollection.GetPinnableReference()));
 }