]> git.tdb.fi Git - libs/gl.git/commit
Allow copying of Uniforms and ProgramData
authorMikko Rasa <tdb@tdb.fi>
Fri, 12 Feb 2010 15:50:13 +0000 (15:50 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 12 Feb 2010 15:50:13 +0000 (15:50 +0000)
commit97015ec7bddd26aa746f5227e4109b7d32438cca
tree39cbd462d47d9b02a5c80b56d52c90123436cc75
parent927a1aa0a3a27e463ec0efc08bd08e7c4e969909
Allow copying of Uniforms and ProgramData
Use typedefs in Scene for shorter code and to avoid collisions with GL::set
Major rework of Object and Technique
14 files changed:
source/object.cpp
source/object.h
source/objectpass.cpp [deleted file]
source/objectpass.h [deleted file]
source/programdata.cpp
source/programdata.h
source/renderpass.cpp [new file with mode: 0644]
source/renderpass.h [new file with mode: 0644]
source/scene.cpp
source/scene.h
source/technique.cpp
source/technique.h
source/uniform.cpp
source/uniform.h