vkCmdCopyMemoryToImageKHR(3)
C Specification
To copy data from an image to memory ranges, call:
// Provided by VK_KHR_device_address_commands
void vkCmdCopyMemoryToImageKHR(
VkCommandBuffer commandBuffer,
const VkCopyDeviceMemoryImageInfoKHR* pCopyMemoryInfo);
Parameters
-
commandBufferis the command buffer into which the command will be recorded. -
pCopyMemoryInfoa pointer to a VkCopyDeviceMemoryImageInfoKHR 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.