Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GLXQUERYEXTENSIONSSTRING()			      GLXQUERYEXTENSIONSSTRING()

NAME
     glXQueryExtensionsString - return list of supported extensions

C SPECIFICATION
     const char * glXQueryExtensionsString( Display *dpy,
					    int screen )

     delim $$

PARAMETERS
     dpy     Specifies the connection to the X server.

     screen  Specifies the screen.

DESCRIPTION
     glXQueryExtensionsString	returns  a  pointer to a string describing which
     GLX extensions are supported on the connection. The string  is  null-termi-
     nated  and contains a space-separated list of extension names.  (The exten-
     sion 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

						      GLXQUERYEXTENSIONSSTRING()

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glXQueryExtensionsString&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help