[][src]Function vk_rs::vk::CmdCopyBufferToImage

pub unsafe extern "C" fn CmdCopyBufferToImage(
    commandBuffer: CommandBuffer,
    srcBuffer: Buffer,
    dstImage: Image,
    dstImageLayout: ImageLayout,
    regionCount: u32,
    pRegions: *const BufferImageCopy
)