Beispiel #1
0
 /// <summary>To be documented.</summary>
 public static unsafe Bool32 GetPhysicalDeviceScreenPresentationSupportQnx <T0>(this QnxScreenSurface thisApi, [Count(Count = 0)] PhysicalDevice physicalDevice, [Count(Count = 0)] uint queueFamilyIndex, [Count(Count = 0), Flow(FlowDirection.Out)] Span <T0> window) where T0 : unmanaged
 {
     // SpanOverloader
     return(thisApi.GetPhysicalDeviceScreenPresentationSupportQnx(physicalDevice, queueFamilyIndex, out window.GetPinnableReference()));
 }
Beispiel #2
0
 /// <summary>To be documented.</summary>
 public static unsafe Result CreateScreenSurfaceQnx(this QnxScreenSurface thisApi, [Count(Count = 0)] Instance instance, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <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, in pCreateInfo.GetPinnableReference(), in pAllocator.GetPinnableReference(), out pSurface.GetPinnableReference()));
 }