osx man page for glunurbscallbackdata

Query: glunurbscallbackdata

OS: osx

Section: 3g

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

GLUNURBSCALLBACKDATA(3G)												  GLUNURBSCALLBACKDATA(3G)

NAME
gluNurbsCallbackData - set a user data pointer
C SPECIFICATION
void gluNurbsCallbackData( GLUnurbs* nurb, GLvoid* userData )
PARAMETERS
nurb Specifies the NURBS object (created with gluNewNurbsRenderer). userData Specifies a pointer to the user's data.
DESCRIPTION
gluNurbsCallbackData is used to pass a pointer to the application's data to NURBS tessellator. A copy of this pointer will be passed by the tessellator in the NURBS callback functions (set by gluNurbsCallback).
NOTES
gluNurbsCallbackData is available only if the GLU version is 1.3 or greater.
SEE ALSO
gluNewNurbsRenderer, gluNurbsCallback GLUNURBSCALLBACKDATA(3G)
Related Man Pages
glunurbscallback(3g) - mojave
glunurbscallback(3g) - redhat
gluendcurve(3g) - xfree86
glunurbscallback(3g) - xfree86
gluendcurve(3g) - suse
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
When is a _function_ not a _function_?
Shopt -s histappend
Syntax error in subtraction in Bash
Python: Refer a properties file from different location