Example #1
0
 public static unsafe void GetImageMemoryRequirements2(this KhrGetMemoryRequirements2 thisApi, [Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] ImageMemoryRequirementsInfo2 *pInfo, [Count(Count = 0), Flow(FlowDirection.Out)] Span <MemoryRequirements2> pMemoryRequirements)
 {
     // SpanOverloader
     thisApi.GetImageMemoryRequirements2(device, pInfo, out pMemoryRequirements.GetPinnableReference());
 }
Example #2
0
 public abstract unsafe void GetImageMemoryRequirements2([Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] ImageMemoryRequirementsInfo2 *pInfo, [Count(Count = 0), Flow(FlowDirection.Out)] MemoryRequirements2 *pMemoryRequirements);