]> git.tdb.fi Git - libs/gl.git/commit
Rework Bind and enable it to restore the old binding
authorMikko Rasa <tdb@tdb.fi>
Tue, 8 Jun 2010 17:22:30 +0000 (17:22 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 8 Jun 2010 17:22:30 +0000 (17:22 +0000)
commit42ace9ac1350d3ae009bdd2fb335ac1e57d1b36b
tree698ab78b785a2a9d54089f95ae97b794648e43b9
parent95e926ee2bb662fe8795546db4bdebd1a0aff85b
Rework Bind and enable it to restore the old binding
Derive all simple bindable classes from Bindable
Some logic corrections in RenderPass
16 files changed:
source/bindable.h
source/framebuffer.cpp
source/framebuffer.h
source/lighting.cpp
source/lighting.h
source/material.cpp
source/material.h
source/object.cpp
source/object.h
source/program.cpp
source/program.h
source/renderbuffer.cpp
source/renderbuffer.h
source/renderpass.cpp
source/renderpass.h
source/tests.h