Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

gluQuadricCallback(3gl)


GLUQUADRICCALLBACK

GLUQUADRICCALLBACK

NAME
C SPECIFICATION
PARAMETERS
DESCRIPTION
SEE ALSO

NAME

gluQuadricCallback − define a callback for a quadrics object

C SPECIFICATION

void gluQuadricCallback( GLUquadric* quad,

GLenum which,

_GLUfuncptr CallBackFunc )

Image /web_man_pages/man_unzipped/en/centos/5/5.31.png

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(3G), gluNewQuadric(3G)



gluQuadricCallback(3gl)