15 #include <vsg/commands/Command.h>
16 #include <vsg/state/Image.h>
28 VkImageLayout srcImageLayout;
30 VkImageLayout dstImageLayout;
31 std::vector<VkImageCopy> regions;
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27
CopyImage command encapsulates vkCmdCopyImage and associated settings.
Definition: CopyImage.h:23