|
| GTKGLSupport () |
|
void | addConfig () |
| Add any special config values to the system. More...
|
|
void | begin_context (RenderTarget *_target=0) |
|
bool | checkExtension (const String &ext) const |
| Check if an extension is available. More...
|
|
bool | checkMinGLVersion (const String &v) const |
|
RenderWindow * | createWindow (bool autoCreateWindow, GL3PlusRenderSystem *renderSystem, const String &windowTitle) |
|
void | end_context () |
|
Glib::RefPtr< const Gdk::GL::Context > | getMainContext () const |
|
void * | getProcAddress (const char *procname) const |
| Get the address of a function. More...
|
|
void | initialiseExtensions () |
| Initialises GL extensions, must be done AFTER the GL context has been established. More...
|
|
RenderWindow * | newWindow (const String &name, unsigned int width, unsigned int height, unsigned int colourDepth, bool fullScreen, int left, int top, bool depthBuffer, RenderWindow *parentWindowHandle, bool vsync) |
|
void | setConfigOptions (const String &name, const String &value) |
|
void | start () |
| Start anything special. More...
|
|
void | stop () |
| Stop anything special. More...
|
|
String | validateConfig () |
| Make sure all the extra options are valid. More...
|
|
| GL3PlusSupport () |
|
virtual | ~GL3PlusSupport () |
|
virtual ConfigOptionMap & | getConfigOptions () |
|
virtual unsigned int | getDisplayMonitorCount () const |
| Gets the number of display monitors. More...
|
|
const String & | getGLVendor () const |
| Get vendor information. More...
|
|
const DriverVersion & | getGLVersion () const |
| Get version information. More...
|
|
virtual size_t | getNumPriorityConfigOptions () const |
|
virtual const char * | getPriorityConfigOption (size_t idx) const |
|
const String & | getShaderCachePath () const |
| Get shader cache path. More...
|
|
const String & | getShaderLibraryPath () const |
| Get shader library path. More...
|
|
bool | hasMinGLVersion (int major, int minor) const |
| Check if GL Version is supported. More...
|
|
virtual Window * | newWindow (const String &name, uint32 width, uint32 height, bool fullScreen, const NameValuePairList *miscParams=0)=0 |
| Creates a new rendering window. More...
|
|
virtual void | setConfigOption (const String &name, const String &value) |
|
void | setShaderCachePath (String path) |
| Set shader cache path. More...
|
|
void | setShaderLibraryPath (String path) |
| Set shader library path. More...
|
|
| Singleton () |
|
| ~Singleton () |
|
GL support in a GTK window.
I made this a Singleton, so that the main context can be queried by GTKWindows.