net.java.games.jogl.impl.x11
Class XVisualInfo
java.lang.Object
net.java.games.jogl.impl.x11.XVisualInfo
public class XVisualInfo
extends java.lang.Object
Wrapper for the XVisualInfo data structure, referenced by some GLX OpenGL
extensions. No other access is provided to these data structures so currently
this wrapper is not useful to end users, though it is used in the implementation.
XVisualInfo
public XVisualInfo()
XVisualInfo
public XVisualInfo(ByteBuffer buf)
bits_per_rgb
public int bits_per_rgb()
blue_mask
public int blue_mask()
c_class
public int c_class()
colormap_size
public int colormap_size()
getBuffer
public ByteBuffer getBuffer()
green_mask
public int green_mask()
red_mask
public int red_mask()
screen
public int screen()
size
public static int size()
visual
public long visual()
visualid
public int visualid()