21 class VSG_DECLSPEC ClearAttachments :
public Inherit<Command, ClearAttachments>
24 using Attachments = std::vector<VkClearAttachment>;
25 using Rects = std::vector<VkClearRect>;
28 ClearAttachments(
const Attachments& in_attachments,
const Rects& in_rects);
30 Attachments attachments;
34 void read(
Input& input)
override;
35 void write(
Output& output)
const override;