pub type PFN_vkCmdCopyBufferToImage = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, srcBuffer: VkBuffer, dstImage: VkImage, dstImageLayout: VkImageLayout, regionCount: u32, pRegions: *const VkBufferImageCopy)>;Aliased Type§
pub enum PFN_vkCmdCopyBufferToImage {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkBuffer_T, *mut VkImage_T, u32, u32, *const VkBufferImageCopy)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkBuffer_T, *mut VkImage_T, u32, u32, *const VkBufferImageCopy))
Some value of type T.