Type Alias vulkanalia_sys::PFN_vkCreateSwapchainKHR

source ยท
pub type PFN_vkCreateSwapchainKHR = unsafe extern "system" fn(_device: Device, _create_info: *const SwapchainCreateInfoKHR, _allocator: *const AllocationCallbacks, _swapchain: *mut SwapchainKHR) -> Result;
Expand description