]> git.tdb.fi Git - libs/gl.git/commit
Allow suppressing clear in a sequence by passing in a special tag
authorMikko Rasa <tdb@tdb.fi>
Mon, 11 Oct 2021 12:25:52 +0000 (15:25 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 11 Oct 2021 12:25:52 +0000 (15:25 +0300)
commit867c4e8c34fe24146f4f8cf6bd0b27a6d99aa1a2
tree6a5cf43edfec70e6a607310b3751396dcc1d3f35
parent08942dd73918a51baefbe7344b62afc0cad42e55
Allow suppressing clear in a sequence by passing in a special tag

Sequence doesn't pass on the tag it receives, so it can be used to
control the sequence's own behaviour instead.
source/render/sequence.cpp
source/render/sequence.h