[][src]Type Definition ash::vk::PFN_vkCreateSwapchainKHR

type PFN_vkCreateSwapchainKHR = extern "system" fn(device: Device, p_create_info: *const SwapchainCreateInfoKHR, p_allocator: *const AllocationCallbacks, p_swapchain: *mut SwapchainKHR) -> Result;