GLDrawableIF

Members

Functions

getGLConfig
GLConfig getGLConfig()

Gets GdkGLConfig with which the gldrawable is configured.

getGLDrawableTStruct
GdkGLDrawable* getGLDrawableTStruct()
Undocumented in source.
getStruct
void* getStruct()

the main Gtk struct as a void*

isDoubleBuffered
int isDoubleBuffered()

Returns whether the gldrawable supports the double-buffered visual.

swapBuffers
void swapBuffers()

Exchange front and back buffers.

waitGdk
void waitGdk()

Complete GDK drawing execution prior to subsequent OpenGL calls.

waitGl
void waitGl()

Complete OpenGL execution prior to subsequent GDK drawing calls.

Meta