GLX.Functions| Modifier and Type | Field and Description |
|---|---|
static int |
GLX_EXTENSIONS
Names for attributes to
GetClientString. |
static int |
GLX_VENDOR
Names for attributes to
GetClientString. |
static int |
GLX_VERSION
Names for attributes to
GetClientString. |
GLX_ACCUM_ALPHA_SIZE, GLX_ACCUM_BLUE_SIZE, GLX_ACCUM_GREEN_SIZE, GLX_ACCUM_RED_SIZE, GLX_ALPHA_SIZE, GLX_AUX_BUFFERS, GLX_BAD_ATTRIBUTE, GLX_BAD_CONTEXT, GLX_BAD_ENUM, GLX_BAD_SCREEN, GLX_BAD_VALUE, GLX_BAD_VISUAL, GLX_BLUE_SIZE, GLX_BUFFER_SIZE, GLX_DEPTH_SIZE, GLX_DOUBLEBUFFER, GLX_GREEN_SIZE, GLX_LEVEL, GLX_NO_EXTENSION, GLX_RED_SIZE, GLX_RGBA, GLX_STENCIL_SIZE, GLX_STEREO, GLX_USE_GL, GLXBadContext, GLXBadContextState, GLXBadContextTag, GLXBadCurrentDrawable, GLXBadCurrentWindow, GLXBadDrawable, GLXBadFBConfig, GLXBadLargeRequest, GLXBadPbuffer, GLXBadPixmap, GLXBadRenderRequest, GLXBadWindow, GLXUnsupportedPrivateRequest| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
glXGetClientString(long display,
int name)
Returns a pointer to a string describing some aspect of the client library.
|
static java.lang.String |
glXQueryExtensionsString(long display,
int screen)
Returns a string describing which GLX extensions are supported on the connection.
|
static java.lang.String |
glXQueryServerString(long display,
int screen,
int name)
Returns a pointer to a string describing some aspect of the server's GLX extension.
|
static long |
nglXGetClientString(long display,
int name)
Unsafe version of:
GetClientString |
static long |
nglXQueryExtensionsString(long display,
int screen)
Unsafe version of:
QueryExtensionsString |
static long |
nglXQueryServerString(long display,
int screen,
int name)
Unsafe version of:
QueryServerString |
glXChooseVisual, glXChooseVisual, glXCopyContext, glXCreateContext, glXCreateGLXPixmap, glXDestroyContext, glXDestroyGLXPixmap, glXGetConfig, glXGetConfig, glXGetCurrentContext, glXGetCurrentDrawable, glXIsDirect, glXMakeCurrent, glXQueryExtension, glXQueryExtension, glXQueryVersion, glXQueryVersion, glXSwapBuffers, glXUseXFont, glXWaitGL, glXWaitX, nglXChooseVisual, nglXCreateContext, nglXCreateGLXPixmap, nglXGetConfig, nglXQueryExtension, nglXQueryVersionpublic static final int GLX_VENDOR
GetClientString.public static final int GLX_VERSION
GetClientString.public static final int GLX_EXTENSIONS
GetClientString.public static long nglXQueryExtensionsString(long display,
int screen)
QueryExtensionsString@Nullable
public static java.lang.String glXQueryExtensionsString(long display,
int screen)
display - the connection to the X serverscreen - the screen numberpublic static long nglXGetClientString(long display,
int name)
GetClientString@Nullable
public static java.lang.String glXGetClientString(long display,
int name)
display - the connection to the X servername - the string to querypublic static long nglXQueryServerString(long display,
int screen,
int name)
QueryServerString@Nullable
public static java.lang.String glXQueryServerString(long display,
int screen,
int name)
display - the connection to the X serverscreen - the screen numbername - the string to queryCopyright LWJGL. All Rights Reserved. License terms.