Function create_image_view

Source
pub unsafe fn create_image_view(
    device: VkDevice,
    create_info: *const VkImageViewCreateInfo,
    allocator: *const VkAllocationCallbacks,
    view_out: *mut VkImageView,
) -> VkResult