Type Definition ash::vk::PFN_vkCreateImageView

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