Type Definition vulkanalia_sys::PFN_vkCreateDevice[][src]

type PFN_vkCreateDevice = unsafe extern "system" fn(_physical_device: PhysicalDevice, _create_info: *const DeviceCreateInfo, _allocator: *const AllocationCallbacks, _device: *mut Device) -> Result;