This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

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

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



GLUGETSTRING(3G)                                                                            GLUGETSTRING(3G)



NAME
       gluGetString - return a string describing the GLU version or GLU extensions


C SPECIFICATION
       const GLubyte * gluGetString( GLenum name )


PARAMETERS
       name  Specifies a symbolic constant, one of GLU_VERSION, or GLU_EXTENSIONS.

DESCRIPTION
       gluGetString  returns  a  pointer to a static string describing the GLU version or the GLU extensions
       that are supported.

       The version number is one of the following forms:

       major_number.minor_number
       major_number.minor_number.release_number.

       The version string is of the following form:

       version number<space>vendor-specific information

       Vendor-specific information is optional.  Its format and contents depend on the implementation.

       The standard GLU contains a basic set of features and capabilities.  If a company or group of  compa-nies companies
       nies  wish  to  support  other  features, these may be included as extensions to the GLU.  If name is
       GLU_EXTENSIONS, then gluGetString returns a space-separated list of names  of  supported  GLU  exten-sions. extensions.
       sions.  (Extension names never contain spaces.)

       All strings are null-terminated.

NOTES
       gluGetString  only  returns  information  about  GLU extensions. Call glGetString to get a list of GL
       extensions.

       gluGetString is an initialization routine. Calling it after a glNewList results in  undefined  behav-ior. behavior.
       ior.

ERRORS
       NULL is returned if name is not GLU_VERSION or GLU_EXTENSIONS.


SEE ALSO
       glGetString(3G)





                                                                                            GLUGETSTRING(3G)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation to the OpenGL project.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...