Type Definition erupt::vk1_0::PFN_vkCreateInstance

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

Vulkan Manual Page · Function