|
Public Member Functions |
GdkGLDrawable * | ggl () |
| Gets the GdkGLDrawable for this GLDrawable.
|
char[] | toString () |
| Gets an object identification.
|
bit | makeCurrent (GLDrawable gldrawable, GLContext glcontext) |
| Sets this as the current GL drawable.
|
bit | isDoubleBuffered () |
| Checks if this drawable is double buffered.
|
void | swapBuffers () |
| Swap the buffers on this double buffered draawable.
|
void | waitGL () |
| Complete OpenGL execution prior to subsequent GDK drawing calls.
|
void | waitGDK () |
| Complete GDK drawing execution prior to subsequent OpenGL calls.
|
bit | begin (GLContext glcontext) |
| Delimits the begining of the OpenGL execution.
|
void | end () |
| Delimits the end of the OpenGL execution.
|
GLConfig | getGLConfig () |
| Gets a new GLConfig for this GL.
|
void | getSize (gint *width, gint *height) |
| Gets the size.
|