1GLXQUERYEXTENSIONSST(3G) OpenGL Manual GLXQUERYEXTENSIONSST(3G)
2
3
4
6 glXQueryExtensionsString - return list of supported extensions
7
9 const char * glXQueryExtensionsString(Display * dpy, int screen);
10
12 dpy
13 Specifies the connection to the X server.
14
15 screen
16 Specifies the screen number.
17
19 glXQueryExtensionsString returns a pointer to a string describing which
20 GLX extensions are supported on the connection. The string is
21 null-terminated and contains a space-separated list of extension names.
22 (The extension names themselves never contain spaces.) If there are no
23 extensions to GLX, then the empty string is returned.
24
26 glXQueryExtensionsString is available only if the GLX version is 1.1 or
27 greater.
28
29 glXQueryExtensionsString only returns information about GLX extensions.
30 Call glGetString() to get a list of GL extensions.
31
33 glGetString(), glXQueryVersion(), glXQueryServerString(),
34 glXGetClientString()
35
37 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
38 under the SGI Free Software B License. For details, see
39 http://oss.sgi.com/projects/FreeB/.
40
42 opengl.org
43
44
45
46opengl.org 06/10/2014 GLXQUERYEXTENSIONSST(3G)