Type Alias ash::vk::PFN_vkCmdCopyImage

source ·
pub type PFN_vkCmdCopyImage = unsafe extern "system" fn(command_buffer: CommandBuffer, src_image: Image, src_image_layout: ImageLayout, dst_image: Image, dst_image_layout: ImageLayout, region_count: u32, p_regions: *const ImageCopy);