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

type PFN_vkCreateInstance = extern "system" fn(p_create_info: *const InstanceCreateInfo, p_allocator: *const AllocationCallbacks, p_instance: *mut Instance) -> Result;