15 #include <vsg/commands/Command.h>
16 #include <vsg/state/Image.h>
25 using Ranges = std::vector<VkImageSubresourceRange>;
28 VkImageLayout imageLayout;
29 VkClearColorValue color;
40 using Ranges = std::vector<VkImageSubresourceRange>;
43 VkImageLayout imageLayout;
44 VkClearDepthStencilValue depthStencil;
ClearColorImage command encapsulates vkCmdClearColorImage functionality and associated settings.
Definition: ClearImage.h:23
ClearDepthStencilImage command encapsulates vkCmdClearDepthStencilImage functionality and associated ...
Definition: ClearImage.h:38
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27