Class GLX11

java.lang.Object
org.lwjgl.opengl.GLX
org.lwjgl.opengl.GLX11
Direct Known Subclasses:
GLX12

public class GLX11 extends GLX
Native bindings to GLX 1.1.
  • Field Details

  • Method Details

    • nglXQueryExtensionsString

      public static long nglXQueryExtensionsString(long display, int screen)
      Unsafe version of: QueryExtensionsString
    • glXQueryExtensionsString

      @Nullable public static 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
    • nglXGetClientString

      public static long nglXGetClientString(long display, int name)
      Unsafe version of: GetClientString
    • glXGetClientString

      @Nullable public static 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
    • nglXQueryServerString

      public static long nglXQueryServerString(long display, int screen, int name)
      Unsafe version of: QueryServerString
    • glXQueryServerString

      @Nullable public static 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