Type Definition vulkanalia_sys::PFN_vkCreateInstance

source ·
pub type PFN_vkCreateInstance = unsafe extern "system" fn(_create_info: *const InstanceCreateInfo, _allocator: *const AllocationCallbacks, _instance: *mut Instance) -> Result;
Expand description