]> git.tdb.fi Git - libs/gl.git/commit
Remove the specialized setters from UniformBlock
authorMikko Rasa <tdb@tdb.fi>
Wed, 22 Aug 2012 13:17:34 +0000 (16:17 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 22 Aug 2012 13:17:34 +0000 (16:17 +0300)
commit8c24084524198e23d65058454001ffb0bf20e94f
tree4a5436b628ddc5bad9f237f4b78101b1c03d50c6
parent5f8bc38419379b7d47aa69cb68d380728f5ee26f
Remove the specialized setters from UniformBlock

They were not very useful and were also getting in the way of uniform
buffer support.  UniformBlock also no longer clones the uniforms for
itself, reducing overhead.
source/programdata.cpp
source/uniformblock.cpp
source/uniformblock.h