pub type PFN_vkCreateImageView = unsafe extern "system" fn(_device: Device, _create_info: *const ImageViewCreateInfo, _allocator: *const AllocationCallbacks, _view: *mut ImageView) -> Result;
Expand description