ash::vk

Type Alias PFN_vkCreateSwapchainKHR

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