JWS C++ Library
C++ language utility library
|
Abstract class to render this object with the GL. More...
#include <renderable.h>
Public Member Functions | |
virtual | ~Renderable () |
Deletes this Renderable. | |
virtual void | render () const =0 |
Renders this object with the GL. |
Abstract class to render this object with the GL.
Definition at line 66 of file renderable.h.
virtual jwscxx::graphics::Renderable::~Renderable | ( | ) | [inline, virtual] |
Deletes this Renderable.
Definition at line 71 of file renderable.h.
virtual void jwscxx::graphics::Renderable::render | ( | ) | const [pure virtual] |
Renders this object with the GL.