unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCmdCopyImage.txt

14 lines
594 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCmdCopyImage,vkCmdCopyImage]]
[source,c++]
----
void vkCmdCopyImage(
VkCommandBuffer commandBuffer,
VkImage srcImage,
VkImageLayout srcImageLayout,
VkImage dstImage,
VkImageLayout dstImageLayout,
uint32_t regionCount,
const VkImageCopy* pRegions);
----