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