Create one of these (you'll have to inherit) if you have openGL work you need to submit to requestTask(). More...
#include <wave-glut.h>
Public Member Functions | |
virtual | ~Task (void) throw () |
virtual void | doTask (void)=0 |
here is where the implementer can do any OpenGL-specific work |
Create one of these (you'll have to inherit) if you have openGL work you need to submit to requestTask().
Definition at line 200 of file lib/wave-glut/wave-glut.h.
glut::Task::~Task | ( | void | ) | throw () [virtual] |
Definition at line 49 of file wave-glut.cpp.