Class GLXEXTImportContext

java.lang.Object
org.lwjgl.opengl.GLXEXTImportContext

public class GLXEXTImportContext extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    glXFreeContextEXT(long display, long context)
    void glXFreeContextEXT(Display * display, GLXContext context)
    static long
    glXGetContextIDEXT(long context)
    GLXContextID glXGetContextIDEXT(GLXContext const context)
    static long
    Display * glXGetCurrentDisplayEXT(void)
    static long
    glXImportContextEXT(long display, long contextID)
    GLXContext glXImportContextEXT(Display * display, GLXContextID contextID)
    static int
    glXQueryContextInfoEXT(long display, long context, int attribute, int[] value)
    int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
    static int
    glXQueryContextInfoEXT(long display, long context, int attribute, IntBuffer value)
    int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
    static int
    nglXQueryContextInfoEXT(long display, long context, int attribute, long value)
    int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • glXGetCurrentDisplayEXT

      public static long glXGetCurrentDisplayEXT()
      Display * glXGetCurrentDisplayEXT(void)
    • nglXQueryContextInfoEXT

      public static int nglXQueryContextInfoEXT(long display, long context, int attribute, long value)
      int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
    • glXQueryContextInfoEXT

      public static int glXQueryContextInfoEXT(long display, long context, int attribute, IntBuffer value)
      int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
    • glXGetContextIDEXT

      public static long glXGetContextIDEXT(long context)
      GLXContextID glXGetContextIDEXT(GLXContext const context)
    • glXImportContextEXT

      public static long glXImportContextEXT(long display, long contextID)
      GLXContext glXImportContextEXT(Display * display, GLXContextID contextID)
    • glXFreeContextEXT

      public static void glXFreeContextEXT(long display, long context)
      void glXFreeContextEXT(Display * display, GLXContext context)
    • glXQueryContextInfoEXT

      public static int glXQueryContextInfoEXT(long display, long context, int attribute, int[] value)
      int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)