vkCmdCopyImage | NVK Search
  1. No Results
Categories
vkCmdCopyImage Copy data between images Syntax
void vkCmdCopyImage();
Parameters commandBuffer VkCommandBuffer is the command buffer into which the command will be recorded. srcImage VkImage is the source image. srcImageLayout VkImageLayout is the current layout of the source image subresource. dstImage VkImage is the destination image. dstImageLayout VkImageLayout is the current layout of the destination image subresource. regionCount Number is the number of regions to copy. pRegions Array[VkImageCopy] is an array of VkImageCopy structures specifying the regions to copy.