Function create_image

Source
pub unsafe fn create_image(
    device: VkDevice,
    create_info: *const VkImageCreateInfo,
    allocator: *const VkAllocationCallbacks,
    image_out: *mut VkImage,
) -> VkResult