#include <compilable.h>
Inheritance diagram for glift::Compilable:

Public Member Functions | |
| virtual | ~Compilable () |
| virtual void | compile ()=0 |
Protected Member Functions | |
| virtual bool | isCompiled () const=0 |
|
|
Definition at line 30 of file compilable.h. |
|
|
Implemented in glift::DrawableGLI, glift::RenderableGLI, and glift::StateGLI. |
|
|
Implemented in glift::DrawableGLI, glift::RenderableGLI, and glift::StateGLI. |