public final class GLXEXTVisualInfo
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GLX_DIRECT_COLOR_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token). |
static int |
GLX_GRAY_SCALE_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token). |
static int |
GLX_NONE_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
TRANSPARENT_TYPE_EXT token). |
static int |
GLX_PSEUDO_COLOR_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token). |
static int |
GLX_STATIC_COLOR_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token). |
static int |
GLX_STATIC_GRAY_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token). |
static int |
GLX_TRANSPARENT_ALPHA_VALUE_EXT
|
static int |
GLX_TRANSPARENT_BLUE_VALUE_EXT
|
static int |
GLX_TRANSPARENT_GREEN_VALUE_EXT
|
static int |
GLX_TRANSPARENT_INDEX_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
TRANSPARENT_TYPE_EXT token). |
static int |
GLX_TRANSPARENT_INDEX_VALUE_EXT
|
static int |
GLX_TRANSPARENT_RED_VALUE_EXT
|
static int |
GLX_TRANSPARENT_RGB_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
TRANSPARENT_TYPE_EXT token). |
static int |
GLX_TRANSPARENT_TYPE_EXT
|
static int |
GLX_TRUE_COLOR_EXT
Returned by
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token). |
static int |
GLX_X_VISUAL_TYPE_EXT
|
public static final int GLX_X_VISUAL_TYPE_EXT
public static final int GLX_TRANSPARENT_TYPE_EXT
public static final int GLX_TRANSPARENT_INDEX_VALUE_EXT
public static final int GLX_TRANSPARENT_RED_VALUE_EXT
public static final int GLX_TRANSPARENT_GREEN_VALUE_EXT
public static final int GLX_TRANSPARENT_BLUE_VALUE_EXT
public static final int GLX_TRANSPARENT_ALPHA_VALUE_EXT
public static final int GLX_TRUE_COLOR_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token).public static final int GLX_DIRECT_COLOR_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token).public static final int GLX_PSEUDO_COLOR_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token).public static final int GLX_STATIC_COLOR_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token).public static final int GLX_GRAY_SCALE_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token).public static final int GLX_STATIC_GRAY_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
X_VISUAL_TYPE_EXT token).public static final int GLX_NONE_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
TRANSPARENT_TYPE_EXT token).public static final int GLX_TRANSPARENT_RGB_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
TRANSPARENT_TYPE_EXT token).public static final int GLX_TRANSPARENT_INDEX_EXT
GetConfig, and accepted by the attrib_list parameter of ChooseVisual (following the
TRANSPARENT_TYPE_EXT token).Copyright LWJGL. All Rights Reserved. License terms.