vkCmdCopyImageToBuffer | NVK Search
  1. No Results
Categories
vkCmdCopyImageToBuffer Copy image data into a buffer Syntax
void vkCmdCopyImageToBuffer();
Parameters commandBuffer VkCommandBuffer is the command buffer into which the command will be recorded. srcImage VkImage is the source image. srcImageLayout VkImageLayout is the layout of the source image subresources for the copy. dstBuffer VkBuffer is the destination buffer. regionCount Number is the number of regions to copy. pRegions Array[VkBufferImageCopy] is an array of VkBufferImageCopy structures specifying the regions to copy.