]> git.tdb.fi Git - libs/gl.git/commit
Notify Renderables about the start and end of a frame
authorMikko Rasa <tdb@tdb.fi>
Sat, 8 Sep 2012 14:16:55 +0000 (17:16 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 8 Sep 2012 14:16:55 +0000 (17:16 +0300)
commitdb498c7e634fa999cf4b4a8b67c49813009b1790
treea05cdc71ea1873ca719083a0b46b66ed6eae94e5
parentab59f5a9e66b3fc7872ad96ec7949940189f0819
Notify Renderables about the start and end of a frame

This makes it possible for Renderables to do certain things only once per
frame.  This is particularly useful for Effects which need expensive
preparation.
source/effect.h
source/instancescene.cpp
source/instancescene.h
source/orderedscene.cpp
source/orderedscene.h
source/pipeline.cpp
source/pipeline.h
source/renderable.h
source/simplescene.cpp
source/simplescene.h