Type Definition erupt::vk1_0::PFN_vkCreateDevice[][src]

type PFN_vkCreateDevice = unsafe extern "system" fn(physical_device: PhysicalDevice, p_create_info: *const DeviceCreateInfo, p_allocator: *const AllocationCallbacks, p_device: *mut Device) -> Result;

Vulkan Manual Page · Function