]> git.tdb.fi Git - libs/gl.git/commit
Add object-oriented interfaces for the various tests and blending
authorMikko Rasa <tdb@tdb.fi>
Wed, 3 Mar 2010 12:39:59 +0000 (12:39 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 3 Mar 2010 12:39:59 +0000 (12:39 +0000)
commitf17794d55923d4fb4f63e9d082d8d84a735a04e8
treee82bb009da2edc41021e97a220837b786f0b45b3
parent02dad9779326e5b8acc1fddbaec3a2f36da15c16
Add object-oriented interfaces for the various tests and blending
Add DepthTest and Blend pointers to PipelinePass
Move the Bind RAII class from misc.h to bindable.h
source/bindable.h [new file with mode: 0644]
source/blend.cpp
source/blend.h
source/misc.h
source/object.h
source/pipeline.cpp
source/pipelinepass.cpp
source/pipelinepass.h
source/tests.cpp
source/tests.h