pub type PFN_vkCreateImage = unsafe extern "system" fn(_device: Device, _create_info: *const ImageCreateInfo, _allocator: *const AllocationCallbacks, _image: *mut Image) -> Result;
Expand description