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

type PFN_vkCreateImage = extern "system" fn(device: Device, p_create_info: *const ImageCreateInfo, p_allocator: *const AllocationCallbacks, p_image: *mut Image) -> Result;