Пример #1
0
 /// <summary>To be documented.</summary>
 public static unsafe Result SetBufferCollectionImageConstraintsFuchsia(this FuchsiaBufferCollection thisApi, [Count(Count = 0)] Device device, [Count(Count = 0)] BufferCollectionFUCHSIA collection, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <ImageConstraintsInfoFUCHSIA> pImageConstraintsInfo)
 {
     // SpanOverloader
     return(thisApi.SetBufferCollectionImageConstraintsFuchsia(device, collection, in pImageConstraintsInfo.GetPinnableReference()));
 }
Пример #2
0
 /// <summary>To be documented.</summary>
 public static unsafe void DestroyBufferCollectionFuchsia(this FuchsiaBufferCollection thisApi, [Count(Count = 0)] Device device, [Count(Count = 0)] BufferCollectionFUCHSIA collection, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <AllocationCallbacks> pAllocator)
 {
     // SpanOverloader
     thisApi.DestroyBufferCollectionFuchsia(device, collection, in pAllocator.GetPinnableReference());
 }
Пример #3
0
 public static unsafe Result GetBufferCollectionPropertiesFuchsia(this FuchsiaBufferCollection thisApi, [Count(Count = 0)] Device device, [Count(Count = 0)] BufferCollectionFUCHSIA collection, [Count(Count = 0), Flow(FlowDirection.Out)] Span <BufferCollectionPropertiesFUCHSIA> pProperties)
 {
     // SpanOverloader
     return(thisApi.GetBufferCollectionPropertiesFuchsia(device, collection, out pProperties.GetPinnableReference()));
 }
Пример #4
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)] Span <BufferCollectionFUCHSIA> pCollection)
 {
     // SpanOverloader
     return(thisApi.CreateBufferCollectionFuchsia(device, in pCreateInfo.GetPinnableReference(), in pAllocator.GetPinnableReference(), out pCollection.GetPinnableReference()));
 }