]> git.tdb.fi Git - libs/gl.git/commit
Use constructor delegation instead of init functions when possible
authorMikko Rasa <tdb@tdb.fi>
Fri, 1 Oct 2021 19:09:54 +0000 (22:09 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 1 Oct 2021 19:09:54 +0000 (22:09 +0300)
commitf19366d32cc29287a2730cfba90893e407754081
tree65154097656cb1d25a39f195a0f28430ccd06028
parentf96d553dbf78f9d664d1dbb1fe002fc43f23ad47
Use constructor delegation instead of init functions when possible
22 files changed:
source/animation/animation.cpp
source/animation/animation.h
source/animation/keyframe.cpp
source/animation/keyframe.h
source/builders/font.cpp
source/builders/font.h
source/builders/grid.cpp
source/builders/grid.h
source/builders/sequencetemplate.cpp
source/builders/sequencetemplate.h
source/core/framebuffer.cpp
source/core/framebuffer.h
source/core/mesh.cpp
source/core/mesh.h
source/core/texture.cpp
source/core/texture.h
source/effects/environmentmap.cpp
source/effects/environmentmap.h
source/render/object.cpp
source/render/object.h
source/render/scene.cpp
source/render/scene.h