Esempio n. 1
0
 public static extern unsafe Result vkCreateSwapchainKHR(IntPtr device, SwapchainCreateInfoKhr *pCreateInfo, AllocationCallbacks *pAllocator, ulong *pSwapchain);
Esempio n. 2
0
 internal static unsafe extern Result vkCreateSwapchainKHR(Device device, SwapchainCreateInfoKhr *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pSwapchain);
Esempio n. 3
0
 public static extern unsafe Result vkCreateSharedSwapchainsKHR(IntPtr device, uint swapchainCount, SwapchainCreateInfoKhr *pCreateInfos, AllocationCallbacks *pAllocator, ulong *pSwapchains);
Esempio n. 4
0
 internal static unsafe extern Result vkCreateSharedSwapchainsKHR(Device device, UInt32 swapchainCount, SwapchainCreateInfoKhr *CreateInfos, AllocationCallbacks *Allocator, out IntPtr pSwapchains);
Esempio n. 5
0
 internal static unsafe extern Result vkCreateSwapchainKHR(IntPtr device, SwapchainCreateInfoKhr *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pSwapchain);
Esempio n. 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);