You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
435B

  1. GLX_ARB_create_context
  2. http://www.opengl.org/registry/specs/ARB/glx_create_context.txt
  3. GLX_ARB_create_context
  4. GLX_CONTEXT_DEBUG_BIT_ARB 0x0001
  5. GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
  6. GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
  7. GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
  8. GLX_CONTEXT_FLAGS_ARB 0x2094
  9. GLXContext glXCreateContextAttribsARB (Display* dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)