manpagez: man pages & more
man glXQueryExtensionsString(3)
Home | html | info | man
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-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(3), glXQueryVersion(3), glXQueryServerString(3),
       glXGetClientString(3)



                                                    GLXQUERYEXTENSIONSSTRING()

Mac OS X 10.4 X11 - Generated Sat Apr 30 05:14:18 CDT 2005
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.