pub type PFN_vkCmdCopyImageToBuffer2 = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_copy_image_to_buffer_info: *const CopyImageToBufferInfo2)>;Expand description
vkCmdCopyImageToBuffer2
Provided by VK_BASE_VERSION_1_3.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdCopyImageToBuffer2 {
None,
Some(unsafe extern "system" fn(CommandBuffer, *const CopyImageToBufferInfo2)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, *const CopyImageToBufferInfo2))
Some value of type T.