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. |
|
Delimits the begining of the OpenGL execution.
|
|
Delimits the end of the OpenGL execution.
|
|
Gets a new GLConfig for this GL.
|
|
Gets the size.
|
|
Gets the GdkGLDrawable for this GLDrawable.
|
|
Checks if this drawable is double buffered.
|
|
Sets this as the current GL drawable.
|
|
Swap the buffers on this double buffered draawable.
|
|
Gets an object identification.
|
|
Complete GDK drawing execution prior to subsequent OpenGL calls.
|
|
Complete OpenGL execution prior to subsequent GDK drawing calls.
|