Function create_device

Source
pub unsafe fn create_device(
    physical_device: VkPhysicalDevice,
    create_info: *const VkDeviceCreateInfo,
    allocator: *const VkAllocationCallbacks,
    device_out: *mut VkDevice,
) -> VkResult