]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/sequence.h
Allow suppressing clear in a sequence by passing in a special tag
[libs/gl.git] / source / render / sequence.h
index 9a3d0207191bb79e5ca9f6e9614440aeee75d4c9..efead27f98e9fcc45490ba5dffff351666c598f9 100644 (file)
@@ -79,6 +79,8 @@ private:
        float clear_depth = 1.0f;
        int clear_stencil = 0;
 
+       static Tag noclear_tag;
+
 public:
        Sequence() = default;
        Sequence(unsigned, unsigned, const FrameFormat &);