]> git.tdb.fi Git - libs/gl.git/commit
Improvements to Bufferable
authorMikko Rasa <tdb@tdb.fi>
Sun, 26 Aug 2012 19:20:16 +0000 (22:20 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 26 Aug 2012 21:19:18 +0000 (00:19 +0300)
commit900cf40469972b1f32a6dbac95c42f46c3726fa8
tree9f11822a441fa793431c518147a3626d71dc6b50
parent18878df418035445ba5146fcde3d647d7aa8c054
Improvements to Bufferable

Most members are now private, with read-only accessors, since the derived
classes should not modify them.  Some names were changed.

Add documentation to the class and all public/protected methods.
source/bufferable.cpp
source/bufferable.h
source/uniformblock.cpp