Class GLX11



  • public class GLX11
    extends java.lang.Object
    Native bindings to GLX 1.1.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 server
        screen - 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 server
        name - 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 server
        screen - the screen number
        name - the string to query