]> git.tdb.fi Git - libs/gl.git/commit
Change the setup/finish_frame interface to be non-const
authorMikko Rasa <tdb@tdb.fi>
Mon, 5 Dec 2016 17:04:30 +0000 (19:04 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 5 Dec 2016 17:50:13 +0000 (19:50 +0200)
commitd386eadfd08b556ecb05627a7ceca14652e8b1e5
tree2d0612df4ef35d8a3b79cec54c689bd62e41e67b
parentd031a80ea06e3ccd01041e9c6024fa62adf25160
Change the setup/finish_frame interface to be non-const

There's no deprecated versions left behind because it would be impossible
to make it work with Renderables that forward the calls to a Scene.
Better to just get compile errors and fix them as I encounter them.
15 files changed:
source/effect.h
source/environmentmap.cpp
source/environmentmap.h
source/instancescene.cpp
source/instancescene.h
source/orderedscene.cpp
source/orderedscene.h
source/pipeline.cpp
source/pipeline.h
source/renderable.h
source/shadowmap.cpp
source/shadowmap.h
source/simplescene.cpp
source/simplescene.h
source/view.cpp