Package org.lwjgl.opengl
Class GLX11
- java.lang.Object
-
- org.lwjgl.opengl.GLX11
-
public class GLX11 extends java.lang.ObjectNative bindings to GLX 1.1.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGLX_EXTENSIONS
GLX_VENDOR
GLX_VERSIONNames for attributes toGetClientString.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringglXGetClientString(long display, int name)Returns a pointer to a string describing some aspect of the client library.static java.lang.StringglXQueryExtensionsString(long display, int screen)Returns a string describing which GLX extensions are supported on the connection.static java.lang.StringglXQueryServerString(long display, int screen, int name)Returns a pointer to a string describing some aspect of the server's GLX extension.
-
-
-
Field Detail
-
GLX_VENDOR, GLX_VERSION, GLX_EXTENSIONS
Names for attributes toGetClientString.
-
-
Method Detail
-
glXQueryExtensionsString
public static java.lang.String glXQueryExtensionsString(long display, int screen)Returns a string describing which GLX extensions are supported on the connection.- Parameters:
display- the connection to the X serverscreen- the screen number
-
glXGetClientString
public static java.lang.String glXGetClientString(long display, int name)Returns a pointer to a string describing some aspect of the client library.- Parameters:
display- the connection to the X servername- the string to query
-
glXQueryServerString
public 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.- Parameters:
display- the connection to the X serverscreen- the screen numbername- the string to query
-
-