1GLUNURBSCALLBACKDATA(3G)         OpenGL Manual        GLUNURBSCALLBACKDATA(3G)
2
3
4

NAME

6       gluNurbsCallbackData - set a user data pointer
7

C SPECIFICATION

9       void gluNurbsCallbackData(GLUnurbs* nurb, GLvoid* userData);
10

PARAMETERS

12       nurb
13           Specifies the NURBS object (created with gluNewNurbsRenderer()).
14
15       userData
16           Specifies a pointer to the user's data.
17

DESCRIPTION

19       gluNurbsCallbackData is used to pass a pointer to the application's
20       data to NURBS tessellator. A copy of this pointer will be passed by the
21       tessellator in the NURBS callback functions (set by
22       gluNurbsCallback()).
23

NOTES

25       gluNurbsCallbackData is available only if the GLU version is 1.3 or
26       greater.
27

SEE ALSO

29       gluNewNurbsRenderer(), gluNurbsCallback()
30
32       Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
33       under the SGI Free Software B License. For details, see
34       http://oss.sgi.com/projects/FreeB/.
35

AUTHORS

37       opengl.org
38
39
40
41opengl.org                        07/13/2018          GLUNURBSCALLBACKDATA(3G)
Impressum