|
Mondschein Engine
0.3.0
|
This class implements a Qt4 compliant rendering context. More...
#include <context.h>
Public Member Functions | |
| virtual void | init () |
| Initialize the context. More... | |
Public Member Functions inherited from mondschein::renderer::Context | |
| virtual void | set_context_attribs (const context_attribs_t &_c) |
| Set the context properties. More... | |
| virtual context_attribs_t | get_context_attribs () const |
| Get the context properties. More... | |
| virtual void | make_current ()=0 |
| Make the context current. More... | |
|
virtual |
Initialize the context.
NOTE: In order to function a rendring context must always be initialized.
Implements mondschein::renderer::Context.
Definition at line 42 of file context.cpp.
1.8.3.1