source: trunk/src/opengl/glut/glut.def@ 2603

Last change on this file since 2603 was 2595, checked in by sandervl, 26 years ago

JvdH:Ported SGI GLUT sources + Opengl update

File size: 2.9 KB
Line 
1DESCRIPTION 'OpenGL Utility Toolkit for Win32'
2
3EXPORTS
4 glutAddMenuEntry
5 glutAddSubMenu
6 glutAttachMenu
7 glutBitmapCharacter
8 glutBitmapLength
9 glutBitmapWidth
10 glutButtonBoxFunc
11 glutChangeToMenuEntry
12 glutChangeToSubMenu
13 glutCopyColormap
14 glutCreateMenu
15 glutCreateSubWindow
16 glutCreateWindow
17 glutDestroyMenu
18 glutDestroyWindow
19 glutDetachMenu
20 glutDeviceGet
21 glutDialsFunc
22 glutDisplayFunc
23 glutEnterGameMode
24 glutEntryFunc
25 glutEstablishOverlay
26 glutExtensionSupported
27 glutForceJoystickFunc
28 glutFullScreen
29 glutGameModeGet
30 glutGameModeString
31 glutGet
32 glutGetColor
33 glutGetMenu
34 glutGetModifiers
35 glutGetWindow
36 glutHideOverlay
37 glutHideWindow
38 glutIconifyWindow
39 glutIdleFunc
40 glutIgnoreKeyRepeat
41 glutInit
42 glutInitDisplayMode
43 glutInitDisplayString
44 glutInitWindowPosition
45 glutInitWindowSize
46 glutJoystickFunc
47 glutKeyboardFunc
48 glutKeyboardUpFunc
49 glutLayerGet
50 glutLeaveGameMode
51 glutMainLoop
52 glutMenuStateFunc
53 glutMenuStatusFunc
54 glutMotionFunc
55 glutMouseFunc
56 glutOverlayDisplayFunc
57 glutPassiveMotionFunc
58 glutPopWindow
59 glutPositionWindow
60 glutPostOverlayRedisplay
61 glutPostRedisplay
62 glutPostWindowOverlayRedisplay
63 glutPostWindowRedisplay
64 glutPushWindow
65 glutRemoveMenuItem
66 glutRemoveOverlay
67 glutReportErrors
68 glutReshapeFunc
69 glutReshapeWindow
70 glutSetColor
71 glutSetCursor
72 glutSetIconTitle
73 glutSetKeyRepeat
74 glutSetMenu
75 glutSetWindow
76 glutSetWindowTitle
77 glutSetupVideoResizing
78 glutShowOverlay
79 glutShowWindow
80 glutSolidCone
81 glutSolidCube
82 glutSolidDodecahedron
83 glutSolidIcosahedron
84 glutSolidOctahedron
85 glutSolidSphere
86 glutSolidTeapot
87 glutSolidTetrahedron
88 glutSolidTorus
89 glutSpaceballButtonFunc
90 glutSpaceballMotionFunc
91 glutSpaceballRotateFunc
92 glutSpecialFunc
93 glutSpecialUpFunc
94 glutStopVideoResizing
95 glutStrokeCharacter
96 glutStrokeLength
97 glutStrokeWidth
98 glutSwapBuffers
99 glutTabletButtonFunc
100 glutTabletMotionFunc
101 glutTimerFunc
102 glutUseLayer
103 glutVideoPan
104 glutVideoResize
105 glutVideoResizeGet
106 glutVisibilityFunc
107 glutWarpPointer
108 glutWindowStatusFunc
109 glutWireCone
110 glutWireCube
111 glutWireDodecahedron
112 glutWireIcosahedron
113 glutWireOctahedron
114 glutWireSphere
115 glutWireTeapot
116 glutWireTetrahedron
117 glutWireTorus
Note: See TracBrowser for help on using the repository browser.