Type Alias ash::vk::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;