gnu.x11.extension.glx
Class GLXPixmap

java.lang.Object
  extended by gnu.x11.Resource
      extended by gnu.x11.extension.glx.GLXPixmap
All Implemented Interfaces:
GLXDrawable

public class GLXPixmap
extends Resource
implements GLXDrawable

GLX pixmap.


Field Summary
 GLX glx
           
 
Fields inherited from class gnu.x11.Resource
display, id
 
Constructor Summary
GLXPixmap(GLX glx, int screen_no, VisualConfig visual, Pixmap pixmap)
           
 
Method Summary
 void destroy()
           
 int id()
          Returns the resource ID of this resource.
 
Methods inherited from class gnu.x11.Resource
unintern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glx

public GLX glx
Constructor Detail

GLXPixmap

public GLXPixmap(GLX glx,
                 int screen_no,
                 VisualConfig visual,
                 Pixmap pixmap)
See Also:
glXCreateGLXPixmap
Method Detail

destroy

public void destroy()
See Also:
glXDestroyContext

id

public int id()
Description copied from class: Resource
Returns the resource ID of this resource.

Specified by:
id in interface GLXDrawable
Overrides:
id in class Resource
Returns:
the resource ID of this resource