X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbindable.h;h=76c2fb528b7967839fa606a6c8a076ce190ee525;hb=904de4f7fd994886adbd3a6c03bc1b7c14ebc562;hp=8823de5c9773209a1642f5b763887e65ca7ea5d6;hpb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;p=libs%2Fgl.git diff --git a/source/bindable.h b/source/bindable.h index 8823de5c..76c2fb52 100644 --- a/source/bindable.h +++ b/source/bindable.h @@ -4,6 +4,10 @@ namespace Msp { namespace GL { +/** +A helper class for single-point binding. Provides tracking of the currently +bound object. +*/ template class Bindable {