GLDrawableT

Members

Functions

getGLDrawableStruct
GdkGLDrawable* getGLDrawableStruct()

Get the main Gtk struct

getGlConfig
GLConfig getGlConfig()

Gets #GdkGLConfig with which the @gldrawable is configured.

isDoubleBuffered
bool 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