Package org.lwjgl.opengl
Class GLXSGIXFBConfig
java.lang.Object
org.lwjgl.opengl.GLXSGIXFBConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable PointerBuffer
glXChooseFBConfigSGIX
(long display, int screen, int @Nullable [] attrib_list) GLXFBConfigSGIX * glXChooseFBConfigSGIX(Display * display, int screen, int const * attrib_list, int * nelements)
static @Nullable PointerBuffer
glXChooseFBConfigSGIX
(long display, int screen, @Nullable IntBuffer attrib_list) GLXFBConfigSGIX * glXChooseFBConfigSGIX(Display * display, int screen, int const * attrib_list, int * nelements)
static long
glXCreateContextWithConfigSGIX
(long display, long config, int render_type, long share_list, boolean direct) GLXContext glXCreateContextWithConfigSGIX(Display * display, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
static long
glXCreateGLXPixmapWithConfigSGIX
(long display, long config, long pixmap) GLXPixmap glXCreateGLXPixmapWithConfigSGIX(Display * display, GLXFBConfig config, Pixmap pixmap)
static int
glXGetFBConfigAttribSGIX
(long display, long config, int attribute, int[] value) int glXGetFBConfigAttribSGIX(Display * display, GLXFBConfigSGIX config, int attribute, int * value)
static int
glXGetFBConfigAttribSGIX
(long display, long config, int attribute, IntBuffer value) int glXGetFBConfigAttribSGIX(Display * display, GLXFBConfigSGIX config, int attribute, int * value)
static long
glXGetFBConfigFromVisualSGIX
(long display, XVisualInfo vis) GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX(Display * display, XVisualInfo * vis)
static @Nullable XVisualInfo
glXGetVisualFromFBConfigSGIX
(long display, long config) XVisualInfo * glXGetVisualFromFBConfigSGIX(Display * display, GLXFBConfig config)
static long
nglXChooseFBConfigSGIX
(long display, int screen, long attrib_list, long nelements) GLXFBConfigSGIX * glXChooseFBConfigSGIX(Display * display, int screen, int const * attrib_list, int * nelements)
static int
nglXGetFBConfigAttribSGIX
(long display, long config, int attribute, long value) int glXGetFBConfigAttribSGIX(Display * display, GLXFBConfigSGIX config, int attribute, int * value)
static long
nglXGetFBConfigFromVisualSGIX
(long display, long vis) GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX(Display * display, XVisualInfo * vis)
static long
nglXGetVisualFromFBConfigSGIX
(long display, long config) XVisualInfo * glXGetVisualFromFBConfigSGIX(Display * display, GLXFBConfig config)
-
Field Details
-
GLX_DRAWABLE_TYPE_SGIX
public static final int GLX_DRAWABLE_TYPE_SGIX- See Also:
-
GLX_RENDER_TYPE_SGIX
public static final int GLX_RENDER_TYPE_SGIX- See Also:
-
GLX_X_RENDERABLE_SGIX
public static final int GLX_X_RENDERABLE_SGIX- See Also:
-
GLX_FBCONFIG_ID_SGIX
public static final int GLX_FBCONFIG_ID_SGIX- See Also:
-
GLX_SCREEN_EXT
public static final int GLX_SCREEN_EXT- See Also:
-
GLX_WINDOW_BIT_SGIX
public static final int GLX_WINDOW_BIT_SGIX- See Also:
-
GLX_PIXMAP_BIT_SGIX
public static final int GLX_PIXMAP_BIT_SGIX- See Also:
-
GLX_RGBA_BIT_SGIX
public static final int GLX_RGBA_BIT_SGIX- See Also:
-
GLX_COLOR_INDEX_BIT_SGIX
public static final int GLX_COLOR_INDEX_BIT_SGIX- See Also:
-
GLX_RGBA_TYPE_SGIX
public static final int GLX_RGBA_TYPE_SGIX- See Also:
-
GLX_COLOR_INDEX_TYPE_SGIX
public static final int GLX_COLOR_INDEX_TYPE_SGIX- See Also:
-
-
Method Details
-
nglXGetFBConfigAttribSGIX
public static int nglXGetFBConfigAttribSGIX(long display, long config, int attribute, long value) int glXGetFBConfigAttribSGIX(Display * display, GLXFBConfigSGIX config, int attribute, int * value)
-
glXGetFBConfigAttribSGIX
public static int glXGetFBConfigAttribSGIX(long display, long config, int attribute, IntBuffer value) int glXGetFBConfigAttribSGIX(Display * display, GLXFBConfigSGIX config, int attribute, int * value)
-
nglXChooseFBConfigSGIX
public static long nglXChooseFBConfigSGIX(long display, int screen, long attrib_list, long nelements) GLXFBConfigSGIX * glXChooseFBConfigSGIX(Display * display, int screen, int const * attrib_list, int * nelements)
-
glXChooseFBConfigSGIX
public static @Nullable PointerBuffer glXChooseFBConfigSGIX(long display, int screen, @Nullable IntBuffer attrib_list) GLXFBConfigSGIX * glXChooseFBConfigSGIX(Display * display, int screen, int const * attrib_list, int * nelements)
-
glXCreateGLXPixmapWithConfigSGIX
public static long glXCreateGLXPixmapWithConfigSGIX(long display, long config, long pixmap) GLXPixmap glXCreateGLXPixmapWithConfigSGIX(Display * display, GLXFBConfig config, Pixmap pixmap)
-
glXCreateContextWithConfigSGIX
public static long glXCreateContextWithConfigSGIX(long display, long config, int render_type, long share_list, boolean direct) GLXContext glXCreateContextWithConfigSGIX(Display * display, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
-
nglXGetVisualFromFBConfigSGIX
public static long nglXGetVisualFromFBConfigSGIX(long display, long config) XVisualInfo * glXGetVisualFromFBConfigSGIX(Display * display, GLXFBConfig config)
-
glXGetVisualFromFBConfigSGIX
XVisualInfo * glXGetVisualFromFBConfigSGIX(Display * display, GLXFBConfig config)
-
nglXGetFBConfigFromVisualSGIX
public static long nglXGetFBConfigFromVisualSGIX(long display, long vis) GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX(Display * display, XVisualInfo * vis)
-
glXGetFBConfigFromVisualSGIX
GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX(Display * display, XVisualInfo * vis)
-
glXGetFBConfigAttribSGIX
public static int glXGetFBConfigAttribSGIX(long display, long config, int attribute, int[] value) int glXGetFBConfigAttribSGIX(Display * display, GLXFBConfigSGIX config, int attribute, int * value)
-
glXChooseFBConfigSGIX
public static @Nullable PointerBuffer glXChooseFBConfigSGIX(long display, int screen, int @Nullable [] attrib_list) GLXFBConfigSGIX * glXChooseFBConfigSGIX(Display * display, int screen, int const * attrib_list, int * nelements)
-