|
Public Member Functions |
char[] | toString () |
| Gets an object identification.
|
| this (GLDrawable drawable, GLContext share_list, gboolean direct, int render_type) |
| Creates a new GLContext.
|
void | destroy () |
| Destroy.
|
bit | copy (GLContext src, ulong mask) |
| Copy a GLContext into this one.
|
GLDrawable | getGLDrawable () |
| Gets a new GLDrawable from this context.
|
GLConfig | getGLConfig () |
| Gets a new GLConfig from the context.
|
GLContext | getGLShareList () |
| Gets GdkGLContext with which the glcontext shares the display lists and texture objects.
|
bit | isDirected () |
| Returns whether the glcontext is a direct rendering context.
|
int | getRenderType () |
| Gets render_type of the glcontext.
|
Static Public Member Functions |
GLContext | getCurrent () |
| Returns the current GdkGLContext.
|