Function VkDeviceCmds.CmdCopyBuffer
Commands for VK_VERSION_1_0
void CmdCopyBuffer
(
VkCommandBuffer_T* commandBuffer,
VkBuffer_T* srcBuffer,
VkBuffer_T* dstBuffer,
uint regionCount,
const(VkBufferCopy)* pRegions
);