*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> gluGetString (3)              
Title
Content
Arch
Section
 

Contents


gluGetString()                                     gluGetString()


NAME    [Toc]    [Back]

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

SYNOPSIS    [Toc]    [Back]

       const GLubyte * gluGetString(
               GLenum name );

PARAMETERS    [Toc]    [Back]

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

DESCRIPTION    [Toc]    [Back]

       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 companies 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  extensions.  (Extension  names  never contain
       spaces.)

       All strings are null-terminated.

NOTES    [Toc]    [Back]

       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 behavior.

ERRORS    [Toc]    [Back]

       NULL  is returned if name is not GLU_VERSION or GLU_EXTENSIONS.

SEE ALSO    [Toc]    [Back]

      
      
       glGetString(3)



                                                   gluGetString()
[ Back ]
 Similar pages
Name OS Title
glXGetClientString Tru64 return a string describing the client
glXQueryServerString Tru64 return string describing the server
glxgetclientstring IRIX return a string describing the client
glxqueryserverstring IRIX return string describing the server
strsignal Linux return string describing signal
strerror Linux return string describing error code
glgetstring IRIX return a string describing the current GL connection
glGetString Tru64 return a string describing the current GL connection
glxqueryextensionsstring IRIX return list of supported extensions
glXQueryExtensionsString Tru64 return list of supported extensions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service