public static extern unsafe Result vkCreateSwapchainKHR(IntPtr device, SwapchainCreateInfoKhr *pCreateInfo, AllocationCallbacks *pAllocator, ulong *pSwapchain);
Example #2
0
 internal static unsafe extern Result vkCreateSwapchainKHR(Device device, SwapchainCreateInfoKhr *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pSwapchain);
 public static extern unsafe Result vkCreateSharedSwapchainsKHR(IntPtr device, uint swapchainCount, SwapchainCreateInfoKhr *pCreateInfos, AllocationCallbacks *pAllocator, ulong *pSwapchains);
Example #4
0
 internal static unsafe extern Result vkCreateSharedSwapchainsKHR(Device device, UInt32 swapchainCount, SwapchainCreateInfoKhr *CreateInfos, AllocationCallbacks *Allocator, out IntPtr pSwapchains);
Example #5
0
 internal static unsafe extern Result vkCreateSwapchainKHR(IntPtr device, SwapchainCreateInfoKhr *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pSwapchain);
Example #6
0
 internal static unsafe extern Result vkCreateSharedSwapchainsKHR(IntPtr device, UInt32 swapchainCount, SwapchainCreateInfoKhr *pCreateInfos, AllocationCallbacks *pAllocator, UInt64 *pSwapchains);
 internal static unsafe extern Result vkCreateSwapchainKHR(IntPtr device, SwapchainCreateInfoKhr *CreateInfo, IntPtr Allocator, UInt64 *Swapchain);
 internal static unsafe extern Result vkCreateSharedSwapchainsKHR(IntPtr device, UInt32 swapchainCount, SwapchainCreateInfoKhr *CreateInfos, IntPtr Allocator, UInt64 *Swapchains);