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. | |
|
||||||||||||
|
Copy a GLContext into this one.
|
|
|
Destroy.
|
|
|
Returns the current GdkGLContext.
|
|
|
Gets a new GLConfig from the context.
|
|
|
Gets a new GLDrawable from this context.
|
|
|
Gets GdkGLContext with which the glcontext shares the display lists and texture objects.
|
|
|
Gets render_type of the glcontext.
|
|
|
Returns whether the glcontext is a direct rendering context.
|
|
||||||||||||||||||||
|
Creates a new GLContext.
|
|
|
Gets an object identification.
|
|
|
|
|