PFN_vkCreateImageView

Type Alias PFN_vkCreateImageView 

Source
pub type PFN_vkCreateImageView = unsafe extern "system" fn(device: Device, p_create_info: *const ImageViewCreateInfo, p_allocator: *const AllocationCallbacks, p_view: *mut ImageView) -> Result;