centos man page for gluquadriccallback

Query: gluquadriccallback

OS: centos

Section: 3g

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GLUQUADRICCALLBACK(3G)						   OpenGL Manual					    GLUQUADRICCALLBACK(3G)

NAME
gluQuadricCallback - define a callback for a quadrics object
C SPECIFICATION
void gluQuadricCallback(GLUquadric* quad, GLenum which, _GLUfuncptr CallBackFunc);
PARAMETERS
quad Specifies the quadrics object (created with gluNewQuadric()). which Specifies the callback being defined. The only valid value is GLU_ERROR. CallBackFunc Specifies the function to be called.
DESCRIPTION
gluQuadricCallback is used to define a new callback to be used by a quadrics object. If the specified callback is already defined, then it is replaced. If CallBackFunc is NULL, then any existing callback is erased. The one legal callback is GLU_ERROR: GLU_ERROR The function is called when an error is encountered. Its single argument is of type GLenum, and it indicates the specific error that occurred. Character strings describing these errors can be retrieved with the gluErrorString() call.
SEE ALSO
gluErrorString(), gluNewQuadric()
COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.
AUTHORS
opengl.org opengl.org 06/10/2014 GLUQUADRICCALLBACK(3G)
Related Man Pages
glunewquadric(3g) - redhat
glunurbscallback(3g) - redhat
glunewquadric(3g) - xfree86
glunurbscallback(3g) - xfree86
glunewquadric(3g) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
Docker learning Phase-I
CentOS 6 ran out of space, need to reclaim it
Controlling user input