15 #include <vsg/commands/Command.h>
24 using Attachments = std::vector<VkClearAttachment>;
25 using Rects = std::vector<VkClearRect>;
30 Attachments attachments;
ClearAttachments command encapsulates vkCmdClearAttachments functionality and associated settings.
Definition: ClearAttachments.h:22
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27