]> git.tdb.fi Git - libs/gl.git/commit
Remove the View and Framebuffer constructors from Sequence
authorMikko Rasa <tdb@tdb.fi>
Fri, 24 Sep 2021 21:41:51 +0000 (00:41 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 24 Sep 2021 21:44:22 +0000 (00:44 +0300)
commit31ae3e3c4a28ac2ec97cc3efaa25adbf1511aadc
treea0f2dd16a62e052fff0e85077130b8e4534c1a08
parentd6122b75b00c0889a54536b5cea971d08184af8f
Remove the View and Framebuffer constructors from Sequence

They had no other purpose than to take the size from the other object,
and that fits better in SequenceBuilder.
source/builders/sequencebuilder.cpp
source/render/sequence.cpp
source/render/sequence.h
tools/viewer.cpp