Skip to main content

cmd_copy_buffer_to_image

Function cmd_copy_buffer_to_image 

Source
pub unsafe fn cmd_copy_buffer_to_image(
    command_buffer: VkCommandBuffer,
    src_buffer: VkBuffer,
    dst_image: VkImage,
    dst_image_layout: VkImageLayout,
    region_count: u32,
    regions: *const VkBufferImageCopy,
)
Expand description

ยงSafety

direct calling ffi functions.