Type Definition ash::vk::PFN_vkCreateImageView[][src]

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