]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effect.h
Lots of comment updates
[libs/gl.git] / source / effect.h
index dfb369614c28c2388b1dcdd249e20e4d331224ec..7eeae682dffb00d593601b94e9eca82735a23f2e 100644 (file)
@@ -9,7 +9,8 @@ namespace GL {
 
 /**
 Effects are used to wrap other renderables and give them additional visual
-properties.
+properties.  An Effect's render method should set up the necessary state, call
+the wrapped Renderable's render method, and clean up after itself.
 */
 class Effect: public Renderable
 {