#include <freecloth/gfx/gfxGLWindow.h>
Inheritance diagram for GfxGLWindow:
Public Member Functions | |
virtual void | handleEvents ()=0 |
virtual void | swapBuffers ()=0 |
virtual void | eventLoop ()=0 |
Static Public Member Functions | |
RCShdPtr< GfxGLWindow > | create (const GfxConfig &, const String &title) |
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.