ReactOS
0.4.16-dev-983-g23ad936
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
glu_mangle.h
Go to the documentation of this file.
1
/*
2
* Mesa 3-D graphics library
3
* Version: 3.0
4
* Copyright (C) 1995-1998 Brian Paul
5
*
6
* This library is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU Library General Public
8
* License as published by the Free Software Foundation; either
9
* version 2 of the License, or (at your option) any later version.
10
*
11
* This library is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* Library General Public License for more details.
15
*
16
* You should have received a copy of the GNU Library General Public
17
* License along with this library; if not, write to the Free
18
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
*/
20
21
22
#ifndef GLU_MANGLE_H
23
#define GLU_MANGLE_H
24
25
26
#define gluLookAt mgluLookAt
27
#define gluOrtho2D mgluOrtho2D
28
#define gluPerspective mgluPerspective
29
#define gluPickMatrix mgluPickMatrix
30
#define gluProject mgluProject
31
#define gluUnProject mgluUnProject
32
#define gluErrorString mgluErrorString
33
#define gluScaleImage mgluScaleImage
34
#define gluBuild1DMipmaps mgluBuild1DMipmaps
35
#define gluBuild2DMipmaps mgluBuild2DMipmaps
36
#define gluNewQuadric mgluNewQuadric
37
#define gluDeleteQuadric mgluDeleteQuadric
38
#define gluQuadricDrawStyle mgluQuadricDrawStyle
39
#define gluQuadricOrientation mgluQuadricOrientation
40
#define gluQuadricNormals mgluQuadricNormals
41
#define gluQuadricTexture mgluQuadricTexture
42
#define gluQuadricCallback mgluQuadricCallback
43
#define gluCylinder mgluCylinder
44
#define gluSphere mgluSphere
45
#define gluDisk mgluDisk
46
#define gluPartialDisk mgluPartialDisk
47
#define gluNewNurbsRenderer mgluNewNurbsRenderer
48
#define gluDeleteNurbsRenderer mgluDeleteNurbsRenderer
49
#define gluLoadSamplingMatrices mgluLoadSamplingMatrices
50
#define gluNurbsProperty mgluNurbsProperty
51
#define gluGetNurbsProperty mgluGetNurbsProperty
52
#define gluBeginCurve mgluBeginCurve
53
#define gluEndCurve mgluEndCurve
54
#define gluNurbsCurve mgluNurbsCurve
55
#define gluBeginSurface mgluBeginSurface
56
#define gluEndSurface mgluEndSurface
57
#define gluNurbsSurface mgluNurbsSurface
58
#define gluBeginTrim mgluBeginTrim
59
#define gluEndTrim mgluEndTrim
60
#define gluPwlCurve mgluPwlCurve
61
#define gluNurbsCallback mgluNurbsCallback
62
#define gluNewTess mgluNewTess
63
#define gluDeleteTess mgluDeleteTess
64
#define gluTessBeginPolygon mgluTessBeginPolygon
65
#define gluTessBeginContour mgluTessBeginContour
66
#define gluTessVertex mgluTessVertex
67
#define gluTessEndPolygon mgluTessEndPolygon
68
#define gluTessEndContour mgluTessEndContour
69
#define gluTessProperty mgluTessProperty
70
#define gluTessNormal mgluTessNormal
71
#define gluTessCallback mgluTessCallback
72
#define gluGetTessProperty mgluGetTessProperty
73
#define gluBeginPolygon mgluBeginPolygon
74
#define gluNextContour mgluNextContour
75
#define gluEndPolygon mgluEndPolygon
76
#define gluGetString mgluGetString
77
#define gluBuild1DMipmapLevels mgluBuild1DMipmapLevels
78
#define gluBuild2DMipmapLevels mgluBuild2DMipmapLevels
79
#define gluBuild3DMipmapLevels mgluBuild3DMipmapLevels
80
#define gluBuild3DMipmaps mgluBuild3DMipmaps
81
#define gluCheckExtension mgluCheckExtension
82
#define gluUnProject4 mgluUnProject4
83
#define gluNurbsCallbackData mgluNurbsCallbackData
84
#define gluNurbsCallbackDataEXT mgluNurbsCallbackDataEXT
85
86
#endif
dll
opengl
glu32
include
GL
glu_mangle.h
Generated on Thu Apr 17 2025 06:03:54 for ReactOS by
1.9.6