Package org.lwjgl.opengl
Class GLXEXTVisualInfo
- java.lang.Object
-
- org.lwjgl.opengl.GLXEXTVisualInfo
-
public final class GLXEXTVisualInfo extends java.lang.Object
Native bindings to the GLX_EXT_visual_info extension.This extension allows the user to request a particular X visual type to be associated with a GLX visual, and allows the user to query the X visual type underlying a GLX visual.
In addition, this extension provides a means to request a visual with a transparent pixel and to query whether a visual supports a transparent pixel value and the value of the transparent pixel. Note that the notion of level and transparent pixels are orthogonal as both layer 1 and layer 0 visuals may or may not have a transparent pixel value.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GLX_DIRECT_COLOR_EXT
GLX_GRAY_SCALE_EXTReturned byGetConfig
, and accepted by theattrib_list
parameter ofChooseVisual
(following theX_VISUAL_TYPE_EXT
token).static int
GLX_NONE_EXT
Returned byGetConfig
, and accepted by theattrib_list
parameter ofChooseVisual
(following theTRANSPARENT_TYPE_EXT
token).static int
GLX_PSEUDO_COLOR_EXT
GLX_STATIC_COLOR_EXT
GLX_STATIC_GRAY_EXTReturned byGetConfig
, and accepted by theattrib_list
parameter ofChooseVisual
(following theX_VISUAL_TYPE_EXT
token).static int
GLX_TRANSPARENT_ALPHA_VALUE_EXT
GLX_TRANSPARENT_BLUE_VALUE_EXT
GLX_TRANSPARENT_GREEN_VALUE_EXTstatic int
GLX_TRANSPARENT_INDEX_EXT
Returned byGetConfig
, and accepted by theattrib_list
parameter ofChooseVisual
(following theTRANSPARENT_TYPE_EXT
token).static int
GLX_TRANSPARENT_INDEX_VALUE_EXT
GLX_TRANSPARENT_RED_VALUE_EXTstatic int
GLX_TRANSPARENT_RGB_EXT
Returned byGetConfig
, and accepted by theattrib_list
parameter ofChooseVisual
(following theTRANSPARENT_TYPE_EXT
token).static int
GLX_TRANSPARENT_TYPE_EXT
static int
GLX_TRUE_COLOR_EXT
Returned byGetConfig
, and accepted by theattrib_list
parameter ofChooseVisual
(following theX_VISUAL_TYPE_EXT
token).static int
GLX_X_VISUAL_TYPE_EXT
-
-
-
Field Detail
-
GLX_X_VISUAL_TYPE_EXT, GLX_TRANSPARENT_TYPE_EXT, GLX_TRANSPARENT_INDEX_VALUE_EXT, GLX_TRANSPARENT_RED_VALUE_EXT, GLX_TRANSPARENT_GREEN_VALUE_EXT, GLX_TRANSPARENT_BLUE_VALUE_EXT, GLX_TRANSPARENT_ALPHA_VALUE_EXT
-
GLX_TRUE_COLOR_EXT, GLX_DIRECT_COLOR_EXT, GLX_PSEUDO_COLOR_EXT, GLX_STATIC_COLOR_EXT, GLX_GRAY_SCALE_EXT, GLX_STATIC_GRAY_EXT
Returned byGetConfig
, and accepted by theattrib_list
parameter ofChooseVisual
(following theX_VISUAL_TYPE_EXT
token).
-
GLX_NONE_EXT, GLX_TRANSPARENT_RGB_EXT, GLX_TRANSPARENT_INDEX_EXT
Returned byGetConfig
, and accepted by theattrib_list
parameter ofChooseVisual
(following theTRANSPARENT_TYPE_EXT
token).
-
-