|
Public Member Functions |
char[] | toString () |
| Gets an object identification.
|
| this (GLConfig glconfig, Pixmap pixmap, int[] attrib_list) |
| Creates a new GLPixmap.
|
void | destroy () |
| Destroy this GLPixmap.
|
Pixmap | getPixmap () |
| Gets the pixmap for this GLPixmap.
|
GLDrawable | getGLDrawable (Pixmap pixmap) |
| Gets the GLDrawable of the pixmap.
|
Static Public Member Functions |
GLPixmap | setGLCapability (Pixmap pixmap, GLConfig glconfig, int[] attrib_list) |
| Sets GL Capabilities for a pixmap.
|
void | unsetGLCapability (Pixmap pixmap) |
| Remove th GL capabilities to the pixmap.
|
bit | isGLCapable (Pixmap pixmap) |
| Checks if this pixmap is GL capable.
|
GLPixmap | getGLPixmap (Pixmap pixmap) |
| Gets the GLPixmap of the pixmap.
|