[][src]Type Definition ash_tray::ash::vk::PFN_vkCmdCopyImage

type PFN_vkCmdCopyImage = 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) -> c_void;