C Specification
To copy data between memory ranges, call:
// Provided by VK_KHR_device_address_commands
void vkCmdCopyMemoryKHR(
VkCommandBuffer commandBuffer,
const VkCopyDeviceMemoryInfoKHR* pCopyMemoryInfo);
Parameters
-
commandBufferis the command buffer into which the command will be recorded. -
pCopyMemoryInfoa pointer to a VkCopyDeviceMemoryInfoKHR structure describing the copies to perform.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.