/// <summary>To be documented.</summary> public static unsafe Result CreateScreenSurfaceQnx(this QnxScreenSurface thisApi, [Count(Count = 0)] Instance instance, [Count(Count = 0), Flow(FlowDirection.In)] ScreenSurfaceCreateInfoQNX *pCreateInfo, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <AllocationCallbacks> pAllocator, [Count(Count = 0), Flow(FlowDirection.Out)] Span <SurfaceKHR> pSurface) { // SpanOverloader return(thisApi.CreateScreenSurfaceQnx(instance, pCreateInfo, in pAllocator.GetPinnableReference(), out pSurface.GetPinnableReference())); }
public unsafe partial Result CreateScreenSurfaceQnx([Count(Count = 0)] Instance instance, [Count(Count = 0), Flow(FlowDirection.In)] ScreenSurfaceCreateInfoQNX *pCreateInfo, [Count(Count = 0), Flow(FlowDirection.In)] in AllocationCallbacks pAllocator, [Count(Count = 0), Flow(FlowDirection.Out)] SurfaceKHR *pSurface);