mojave man page for gluquadriccallback

Query: gluquadriccallback

OS: mojave

Section: 3g

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

GLUQUADRICCALLBACK(3G)													    GLUQUADRICCALLBACK(3G)

NAME
gluQuadricCallback - define a callback for a quadrics object
C SPECIFICATION
void gluQuadricCallback( GLUquadric* quad, GLenum which, GLvoid * 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 GLUQUADRICCALLBACK(3G)
Related Man Pages
glunurbscallback(3g) - mojave
glunurbscallback(3g) - centos
glunewquadric(3g) - xfree86
gluquadricdrawstyle(3g) - xfree86
glunurbscallback(3g) - osx
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Split large xml into mutiple files and with header and footer in file
Cannot extract libraries using sed
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.