PFN_vkCmdCopyImage

Type Alias PFN_vkCmdCopyImage 

Source
pub type PFN_vkCmdCopyImage = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, srcImage: VkImage, srcImageLayout: VkImageLayout, dstImage: VkImage, dstImageLayout: VkImageLayout, regionCount: u32, pRegions: *const VkImageCopy)>;

Aliased Type§

pub enum PFN_vkCmdCopyImage {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkImage_T, u32, *mut VkImage_T, u32, u32, *const VkImageCopy)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkImage_T, u32, *mut VkImage_T, u32, u32, *const VkImageCopy))

Some value of type T.