15 #include <vsg/commands/Command.h>
24 NextSubPass(VkSubpassContents in_contents = VK_SUBPASS_CONTENTS_INLINE) :
25 contents(in_contents) {}
27 void read(
Input& input)
override;
28 void write(
Output& output)
const override;
32 VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE;
CommandBuffer encapsulates VkCommandBuffer.
Definition: CommandBuffer.h:27
NextSubPass command encapsulates vkCmdNextSubpass call and settings.
Definition: NextSubPass.h:22