Skip to main content

vkCmdCopyBuffer

Function vkCmdCopyBuffer 

Source
pub unsafe extern "system" fn vkCmdCopyBuffer(
    commandBuffer: VkCommandBuffer,
    srcBuffer: VkBuffer,
    dstBuffer: VkBuffer,
    regionCount: u32,
    pRegions: *const VkBufferCopy,
)
Expand description

Available if built with exported-prototypes.