#include <freecloth/gfx/gfxGLWindow.h>
Inheritance diagram for GfxGLWindow:
Public Methods | |
virtual | ~GfxGLWindow () |
virtual void | handleEvents ()=0 |
virtual void | swapBuffers ()=0 |
virtual void | eventLoop ()=0 |
Static Public Methods | |
RCShdPtr< GfxGLWindow > | create (const GfxConfig &, const String &title) |
Protected Methods | |
GfxGLWindow () |
This abstract base class defines an interface for implementation of an OpenGL window. It is assumed that all operations will take place within a single thread.
Definition at line 48 of file gfxGLWindow.h.