]> git.tdb.fi Git - libs/gl.git/commit
Rewrite Bind as two different classes
authorMikko Rasa <tdb@tdb.fi>
Sat, 21 Dec 2013 09:36:40 +0000 (11:36 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 21 Dec 2013 09:56:06 +0000 (11:56 +0200)
commitf33a98b1a044c8ac7b12778cbca6c4a124875e4a
tree26cd81ce7a86c785b2fca4322f24375732d6cc50
parenta443cba337d8d69e23e64e19334d222e750c28b1
Rewrite Bind as two different classes

Boolean flag parameters are not too clear without seeing the declaration.
This new implementation also doesn't use dynamic allocation.
source/ambientocclusion.cpp
source/bindable.h
source/bloom.cpp
source/font.cpp
source/framebuffer.cpp
source/pipeline.cpp
source/renderbuffer.cpp
source/shadowmap.cpp
source/texture2d.cpp
source/texture3d.cpp
source/texturecube.cpp