]> git.tdb.fi Git - libs/gl.git/commit
Add class Technique to share passes between Objects
authorMikko Rasa <tdb@tdb.fi>
Sat, 4 Oct 2008 20:26:55 +0000 (20:26 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 4 Oct 2008 20:26:55 +0000 (20:26 +0000)
commitbe74989b0300adecc0062f701ff987cf79d1935a
tree96f7118fc14555ae7b541d164713e7d405c79998
parentd16a4ab73f87d177296b59f04880ef7eba593df7
Add class Technique to share passes between Objects
Refactor Object to make use of Technique and also work without one
Make ObjectInstance take a Tag instead of ObjectPass in (prepare|finish)_render
source/object.cpp
source/object.h
source/objectinstance.h
source/technique.cpp [new file with mode: 0644]
source/technique.h [new file with mode: 0644]