Type Definition erupt::vk1_0::PFN_vkCreateImageView[][src]

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

Vulkan Manual Page · Function