ash::vk

Type Alias PFN_vkCreateImage

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