Skip to main content

PFN_vkCmdCopyBufferToImage

Type Alias PFN_vkCmdCopyBufferToImage 

Source
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

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdCopyBufferToImage {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, Buffer, Image, ImageLayout, u32, *const BufferImageCopy)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, Buffer, Image, ImageLayout, u32, *const BufferImageCopy))

Some value of type T.