Exemplo n.º 1
0
 public unsafe partial void ExtGetFramebuffers([Count(Parameter = "maxFramebuffers"), Flow(FlowDirection.Out)] Framebuffer *framebuffers, [Flow(FlowDirection.In)] int maxFramebuffers, [Count(Count = 1), Flow(FlowDirection.Out)] out int numFramebuffers);
 public static unsafe void ExtGetFramebuffers(this QComExtendedGet thisApi, [Count(Parameter = "maxFramebuffers"), Flow(FlowDirection.Out)] Framebuffer *framebuffers, [Flow(FlowDirection.In)] int maxFramebuffers, [Count(Count = 1), Flow(FlowDirection.Out)] Span <int> numFramebuffers)
 {
     // SpanOverloader
     thisApi.ExtGetFramebuffers(framebuffers, maxFramebuffers, out numFramebuffers.GetPinnableReference());
 }