ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



GLUCHECKEXTENSION(3G)                                                                  GLUCHECKEXTENSION(3G)



NAME
       gluCheckExtension - determines if an extension name is supported


C SPECIFICATION
       GLboolean gluCheckExtension( const GLubyte *extName,
                                    const GLubyte *extString )


PARAMETERS
       extName    Specifies an extension name.

       extString  Specifies a space-separated list of extension names supported.

DESCRIPTION
       gluCheckExtension returns GL_TRUE if extName is supported otherwise GL_FALSE is returned.

       This  is  used to check for the presence for OpenGL, GLU or GLX extension names by passing the exten-sion extension
       sion strings returned by glGetString, gluGetString, glXGetClientString, glXQueryExtensionsString,  or
       glXQueryServerString, respectively, as extString.

NOTES
       Cases where one extension name is a substring of another are correctly handled.

       There may or may not be leading or trailing blanks in extString.

       Extension names should not contain embedded spaces.

       All strings are null-terminated.

SEE ALSO
       glGetString(3G), gluGetString(3G), glXGetClientString(3G), glXQueryExtensionsString(3G), glXQueryServerString(3G)




                                                                                       GLUCHECKEXTENSION(3G)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.