pub type PFN_vkCmdCopyBufferToImage = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, src_buffer: Buffer, dst_image: Image, dst_image_layout: ImageLayout, region_count: u32, p_regions: *const BufferImageCopy)>;Expand description
vkCmdCopyBufferToImage
Provided by VK_BASE_VERSION_1_0.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdCopyBufferToImage {
None,
Some(unsafe extern "system" fn(CommandBuffer, Buffer, Image, ImageLayout, u32, *const BufferImageCopy)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, Buffer, Image, ImageLayout, u32, *const BufferImageCopy))
Some value of type T.