]> git.tdb.fi Git - libs/gl.git/blobdiff - source/bindable.h
Lots of comment updates
[libs/gl.git] / source / bindable.h
index 8823de5c9773209a1642f5b763887e65ca7ea5d6..76c2fb528b7967839fa606a6c8a076ce190ee525 100644 (file)
@@ -4,6 +4,10 @@
 namespace Msp {
 namespace GL {
 
+/**
+A helper class for single-point binding.  Provides tracking of the currently
+bound object.
+*/
 template<typename T>
 class Bindable
 {