Glxqueryextensionsstring - HP b2600 Reference Manual

Opengl 1.1 reference
Hide thumbs Also See for b2600:
Table of Contents

Advertisement

Q

glXQueryExtensionsString

glXQueryExtensionsString
glXQueryExtensionsString: return list of supported extensions.
C Specification
constchar *glXQueryExtensionsString(
Parameters
dpy
screen
Description
glXQueryExtensionsString returns a pointer to a string describing which GLX
extensions are supported on the connection. The string is null-terminated and contains a
space-separated list of extension names. (The extension names themselves never contain
spaces.) If there are no extensions to GLX, then the empty string is returned.
Notes
glXQueryExtensionsString is available only if the GLX version is 1.1 or greater.
glXQueryExtensionsString only returns information about GLX extensions. Call
glGetString to get a list of GL extensions.
See Also
glGetString,
glXQueryVersion,
glXQueryServerString,
glXGetClientString
370
Display *dpy,
int screen)
Specifies the connection to the X server.
Specifies the screen.
Chapter 15

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents