gtkglc.glu

Undocumented in source.

Members

Aliases

GLUnurbs
alias GLUnurbs = int
GLUquadric
alias GLUquadric = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLUtesselator
alias GLUtesselator = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLUtriangulatorObj
alias GLUtriangulatorObj = GLUtesselator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLUfuncptr
alias _GLUfuncptr = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

gluBeginCurve
void gluBeginCurve(GLUnurbs* nurb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBeginPolygon
void gluBeginPolygon(GLUtesselator* tess)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBeginSurface
void gluBeginSurface(GLUnurbs* nurb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBeginTrim
void gluBeginTrim(GLUnurbs* nurb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBuild1DMipmapLevels
GLint gluBuild1DMipmapLevels(GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, GLint level, GLint base, GLint max, void* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBuild1DMipmaps
GLint gluBuild1DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLenum format, GLenum type, void* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBuild2DMipmapLevels
GLint gluBuild2DMipmapLevels(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint level, GLint base, GLint max, void* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBuild2DMipmaps
GLint gluBuild2DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, void* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBuild3DMipmapLevels
GLint gluBuild3DMipmapLevels(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint level, GLint base, GLint max, void* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluBuild3DMipmaps
GLint gluBuild3DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluCheckExtension
GLboolean gluCheckExtension(GLubyte* extName, GLubyte* extString)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluCylinder
void gluCylinder(GLUquadric* quad, GLdouble base, GLdouble top, GLdouble height, GLint slices, GLint stacks)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluDeleteNurbsRenderer
void gluDeleteNurbsRenderer(GLUnurbs* nurb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluDeleteQuadric
void gluDeleteQuadric(GLUquadric* quad)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluDeleteTess
void gluDeleteTess(GLUtesselator* tess)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluDisk
void gluDisk(GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluEndCurve
void gluEndCurve(GLUnurbs* nurb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluEndPolygon
void gluEndPolygon(GLUtesselator* tess)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluEndSurface
void gluEndSurface(GLUnurbs* nurb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluEndTrim
void gluEndTrim(GLUnurbs* nurb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluErrorString
GLubyte* gluErrorString(GLenum error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluGetNurbsProperty
void gluGetNurbsProperty(GLUnurbs* nurb, GLenum property, GLfloat* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluGetString
GLubyte* gluGetString(GLenum name)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluGetTessProperty
void gluGetTessProperty(GLUtesselator* tess, GLenum which, GLdouble* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluLoadSamplingMatrices
void gluLoadSamplingMatrices(GLUnurbs* nurb, GLfloat* model, GLfloat* perspective, GLint* view)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluLookAt
void gluLookAt(GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdouble centerY, GLdouble centerZ, GLdouble upX, GLdouble upY, GLdouble upZ)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNewNurbsRenderer
GLUnurbs* gluNewNurbsRenderer()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNewQuadric
GLUquadric* gluNewQuadric()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNewTess
GLUtesselator* gluNewTess()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNextContour
void gluNextContour(GLUtesselator* tess, GLenum type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNurbsCallback
void gluNurbsCallback(GLUnurbs* nurb, GLenum which, _GLUfuncptr CallBackFunc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNurbsCallbackData
void gluNurbsCallbackData(GLUnurbs* nurb, GLvoid* userData)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNurbsCallbackDataEXT
void gluNurbsCallbackDataEXT(GLUnurbs* nurb, GLvoid* userData)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNurbsCurve
void gluNurbsCurve(GLUnurbs* nurb, GLint knotCount, GLfloat* knots, GLint stride, GLfloat* control, GLint order, GLenum type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNurbsProperty
void gluNurbsProperty(GLUnurbs* nurb, GLenum property, GLfloat value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluNurbsSurface
void gluNurbsSurface(GLUnurbs* nurb, GLint sKnotCount, GLfloat* sKnots, GLint tKnotCount, GLfloat* tKnots, GLint sStride, GLint tStride, GLfloat* control, GLint sOrder, GLint tOrder, GLenum type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluOrtho2D
void gluOrtho2D(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluPartialDisk
void gluPartialDisk(GLUquadric* quad, GLdouble inner, GLdouble outer, GLint slices, GLint loops, GLdouble start, GLdouble sweep)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluPerspective
void gluPerspective(GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluPickMatrix
void gluPickMatrix(GLdouble x, GLdouble y, GLdouble delX, GLdouble delY, GLint* viewport)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluProject
GLint gluProject(GLdouble objX, GLdouble objY, GLdouble objZ, GLdouble* model, GLdouble* proj, GLint* view, GLdouble* winX, GLdouble* winY, GLdouble* winZ)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluPwlCurve
void gluPwlCurve(GLUnurbs* nurb, GLint count, GLfloat* data, GLint stride, GLenum type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluQuadricCallback
void gluQuadricCallback(GLUquadric* quad, GLenum which, _GLUfuncptr CallBackFunc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluQuadricDrawStyle
void gluQuadricDrawStyle(GLUquadric* quad, GLenum draw)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluQuadricNormals
void gluQuadricNormals(GLUquadric* quad, GLenum normal)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluQuadricOrientation
void gluQuadricOrientation(GLUquadric* quad, GLenum orientation)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluQuadricTexture
void gluQuadricTexture(GLUquadric* quad, GLboolean texture)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluScaleImage
GLint gluScaleImage(GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, void* dataIn, GLsizei wOut, GLsizei hOut, GLenum typeOut, GLvoid* dataOut)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluSphere
void gluSphere(GLUquadric* quad, GLdouble radius, GLint slices, GLint stacks)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluTessBeginContour
void gluTessBeginContour(GLUtesselator* tess)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluTessBeginPolygon
void gluTessBeginPolygon(GLUtesselator* tess, GLvoid* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluTessCallback
void gluTessCallback(GLUtesselator* tess, GLenum which, _GLUfuncptr CallBackFunc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluTessEndContour
void gluTessEndContour(GLUtesselator* tess)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluTessEndPolygon
void gluTessEndPolygon(GLUtesselator* tess)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluTessNormal
void gluTessNormal(GLUtesselator* tess, GLdouble valueX, GLdouble valueY, GLdouble valueZ)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluTessProperty
void gluTessProperty(GLUtesselator* tess, GLenum which, GLdouble data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluTessVertex
void gluTessVertex(GLUtesselator* tess, GLdouble* location, GLvoid* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluUnProject
GLint gluUnProject(GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble* model, GLdouble* proj, GLint* view, GLdouble* objX, GLdouble* objY, GLdouble* objZ)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gluUnProject4
GLint gluUnProject4(GLdouble winX, GLdouble winY, GLdouble winZ, GLdouble clipW, GLdouble* model, GLdouble* proj, GLint* view, GLdouble nearVal, GLdouble farVal, GLdouble* objX, GLdouble* objY, GLdouble* objZ, GLdouble* objW)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Variables

GLU_AUTO_LOAD_MATRIX
auto GLU_AUTO_LOAD_MATRIX;
Undocumented in source.
GLU_BEGIN
auto GLU_BEGIN;
Undocumented in source.
GLU_CCW
auto GLU_CCW;
Undocumented in source.
GLU_CULLING
auto GLU_CULLING;
Undocumented in source.
GLU_CW
auto GLU_CW;
Undocumented in source.
GLU_DISPLAY_MODE
auto GLU_DISPLAY_MODE;
Undocumented in source.
GLU_DOMAIN_DISTANCE
auto GLU_DOMAIN_DISTANCE;
Undocumented in source.
GLU_EDGE_FLAG
auto GLU_EDGE_FLAG;
Undocumented in source.
GLU_END
auto GLU_END;
Undocumented in source.
GLU_ERROR
auto GLU_ERROR;
Undocumented in source.
GLU_EXTENSIONS
auto GLU_EXTENSIONS;
Undocumented in source.
GLU_EXTERIOR
auto GLU_EXTERIOR;
Undocumented in source.
GLU_EXT_nurbs_tessellator
auto GLU_EXT_nurbs_tessellator;
Undocumented in source.
GLU_EXT_object_space_tess
auto GLU_EXT_object_space_tess;
GLU_FALSE
auto GLU_FALSE;
Undocumented in source.
GLU_FILL
auto GLU_FILL;
Undocumented in source.
GLU_FLAT
auto GLU_FLAT;
Undocumented in source.
GLU_INCOMPATIBLE_GL_VERSION
auto GLU_INCOMPATIBLE_GL_VERSION;
Undocumented in source.
GLU_INSIDE
auto GLU_INSIDE;
Undocumented in source.
GLU_INTERIOR
auto GLU_INTERIOR;
Undocumented in source.
GLU_INVALID_ENUM
auto GLU_INVALID_ENUM;
Undocumented in source.
GLU_INVALID_OPERATION
auto GLU_INVALID_OPERATION;
Undocumented in source.
GLU_INVALID_VALUE
auto GLU_INVALID_VALUE;
Undocumented in source.
GLU_LINE
auto GLU_LINE;
Undocumented in source.
GLU_MAP1_TRIM_2
auto GLU_MAP1_TRIM_2;
Undocumented in source.
GLU_MAP1_TRIM_3
auto GLU_MAP1_TRIM_3;
Undocumented in source.
GLU_NONE
auto GLU_NONE;
Undocumented in source.
GLU_NURBS_BEGIN
auto GLU_NURBS_BEGIN;
Undocumented in source.
GLU_NURBS_BEGIN_DATA
auto GLU_NURBS_BEGIN_DATA;
Undocumented in source.
GLU_NURBS_BEGIN_DATA_EXT
auto GLU_NURBS_BEGIN_DATA_EXT;
Undocumented in source.
GLU_NURBS_BEGIN_EXT
auto GLU_NURBS_BEGIN_EXT;
Undocumented in source.
GLU_NURBS_COLOR
auto GLU_NURBS_COLOR;
Undocumented in source.
GLU_NURBS_COLOR_DATA
auto GLU_NURBS_COLOR_DATA;
Undocumented in source.
GLU_NURBS_COLOR_DATA_EXT
auto GLU_NURBS_COLOR_DATA_EXT;
Undocumented in source.
GLU_NURBS_COLOR_EXT
auto GLU_NURBS_COLOR_EXT;
Undocumented in source.
GLU_NURBS_END
auto GLU_NURBS_END;
Undocumented in source.
GLU_NURBS_END_DATA
auto GLU_NURBS_END_DATA;
Undocumented in source.
GLU_NURBS_END_DATA_EXT
auto GLU_NURBS_END_DATA_EXT;
Undocumented in source.
GLU_NURBS_END_EXT
auto GLU_NURBS_END_EXT;
Undocumented in source.
GLU_NURBS_ERROR
auto GLU_NURBS_ERROR;
Undocumented in source.
GLU_NURBS_ERROR1
auto GLU_NURBS_ERROR1;
Undocumented in source.
GLU_NURBS_ERROR10
auto GLU_NURBS_ERROR10;
Undocumented in source.
GLU_NURBS_ERROR11
auto GLU_NURBS_ERROR11;
Undocumented in source.
GLU_NURBS_ERROR12
auto GLU_NURBS_ERROR12;
Undocumented in source.
GLU_NURBS_ERROR13
auto GLU_NURBS_ERROR13;
Undocumented in source.
GLU_NURBS_ERROR14
auto GLU_NURBS_ERROR14;
Undocumented in source.
GLU_NURBS_ERROR15
auto GLU_NURBS_ERROR15;
Undocumented in source.
GLU_NURBS_ERROR16
auto GLU_NURBS_ERROR16;
Undocumented in source.
GLU_NURBS_ERROR17
auto GLU_NURBS_ERROR17;
Undocumented in source.
GLU_NURBS_ERROR18
auto GLU_NURBS_ERROR18;
Undocumented in source.
GLU_NURBS_ERROR19
auto GLU_NURBS_ERROR19;
Undocumented in source.
GLU_NURBS_ERROR2
auto GLU_NURBS_ERROR2;
Undocumented in source.
GLU_NURBS_ERROR20
auto GLU_NURBS_ERROR20;
Undocumented in source.
GLU_NURBS_ERROR21
auto GLU_NURBS_ERROR21;
Undocumented in source.
GLU_NURBS_ERROR22
auto GLU_NURBS_ERROR22;
Undocumented in source.
GLU_NURBS_ERROR23
auto GLU_NURBS_ERROR23;
Undocumented in source.
GLU_NURBS_ERROR24
auto GLU_NURBS_ERROR24;
Undocumented in source.
GLU_NURBS_ERROR25
auto GLU_NURBS_ERROR25;
Undocumented in source.
GLU_NURBS_ERROR26
auto GLU_NURBS_ERROR26;
Undocumented in source.
GLU_NURBS_ERROR27
auto GLU_NURBS_ERROR27;
Undocumented in source.
GLU_NURBS_ERROR28
auto GLU_NURBS_ERROR28;
Undocumented in source.
GLU_NURBS_ERROR29
auto GLU_NURBS_ERROR29;
Undocumented in source.
GLU_NURBS_ERROR3
auto GLU_NURBS_ERROR3;
Undocumented in source.
GLU_NURBS_ERROR30
auto GLU_NURBS_ERROR30;
Undocumented in source.
GLU_NURBS_ERROR31
auto GLU_NURBS_ERROR31;
Undocumented in source.
GLU_NURBS_ERROR32
auto GLU_NURBS_ERROR32;
Undocumented in source.
GLU_NURBS_ERROR33
auto GLU_NURBS_ERROR33;
Undocumented in source.
GLU_NURBS_ERROR34
auto GLU_NURBS_ERROR34;
Undocumented in source.
GLU_NURBS_ERROR35
auto GLU_NURBS_ERROR35;
Undocumented in source.
GLU_NURBS_ERROR36
auto GLU_NURBS_ERROR36;
Undocumented in source.
GLU_NURBS_ERROR37
auto GLU_NURBS_ERROR37;
Undocumented in source.
GLU_NURBS_ERROR4
auto GLU_NURBS_ERROR4;
Undocumented in source.
GLU_NURBS_ERROR5
auto GLU_NURBS_ERROR5;
Undocumented in source.
GLU_NURBS_ERROR6
auto GLU_NURBS_ERROR6;
Undocumented in source.
GLU_NURBS_ERROR7
auto GLU_NURBS_ERROR7;
Undocumented in source.
GLU_NURBS_ERROR8
auto GLU_NURBS_ERROR8;
Undocumented in source.
GLU_NURBS_ERROR9
auto GLU_NURBS_ERROR9;
Undocumented in source.
GLU_NURBS_MODE
auto GLU_NURBS_MODE;
Undocumented in source.
GLU_NURBS_MODE_EXT
auto GLU_NURBS_MODE_EXT;
Undocumented in source.
GLU_NURBS_NORMAL
auto GLU_NURBS_NORMAL;
Undocumented in source.
GLU_NURBS_NORMAL_DATA
auto GLU_NURBS_NORMAL_DATA;
Undocumented in source.
GLU_NURBS_NORMAL_DATA_EXT
auto GLU_NURBS_NORMAL_DATA_EXT;
Undocumented in source.
GLU_NURBS_NORMAL_EXT
auto GLU_NURBS_NORMAL_EXT;
Undocumented in source.
GLU_NURBS_RENDERER
auto GLU_NURBS_RENDERER;
Undocumented in source.
GLU_NURBS_RENDERER_EXT
auto GLU_NURBS_RENDERER_EXT;
Undocumented in source.
GLU_NURBS_TESSELLATOR
auto GLU_NURBS_TESSELLATOR;
Undocumented in source.
GLU_NURBS_TESSELLATOR_EXT
auto GLU_NURBS_TESSELLATOR_EXT;
Undocumented in source.
GLU_NURBS_TEXTURE_COORD
auto GLU_NURBS_TEXTURE_COORD;
Undocumented in source.
GLU_NURBS_TEXTURE_COORD_DATA
auto GLU_NURBS_TEXTURE_COORD_DATA;
Undocumented in source.
GLU_NURBS_TEX_COORD_DATA_EXT
auto GLU_NURBS_TEX_COORD_DATA_EXT;
Undocumented in source.
GLU_NURBS_TEX_COORD_EXT
auto GLU_NURBS_TEX_COORD_EXT;
Undocumented in source.
GLU_NURBS_VERTEX
auto GLU_NURBS_VERTEX;
Undocumented in source.
GLU_NURBS_VERTEX_DATA
auto GLU_NURBS_VERTEX_DATA;
Undocumented in source.
GLU_NURBS_VERTEX_DATA_EXT
auto GLU_NURBS_VERTEX_DATA_EXT;
Undocumented in source.
GLU_NURBS_VERTEX_EXT
auto GLU_NURBS_VERTEX_EXT;
Undocumented in source.
GLU_OBJECT_PARAMETRIC_ERROR
auto GLU_OBJECT_PARAMETRIC_ERROR;
Undocumented in source.
GLU_OBJECT_PARAMETRIC_ERROR_EXT
auto GLU_OBJECT_PARAMETRIC_ERROR_EXT;
Undocumented in source.
GLU_OBJECT_PATH_LENGTH
auto GLU_OBJECT_PATH_LENGTH;
Undocumented in source.
GLU_OBJECT_PATH_LENGTH_EXT
auto GLU_OBJECT_PATH_LENGTH_EXT;
Undocumented in source.
GLU_OUTLINE_PATCH
auto GLU_OUTLINE_PATCH;
Undocumented in source.
GLU_OUTLINE_POLYGON
auto GLU_OUTLINE_POLYGON;
Undocumented in source.
GLU_OUTSIDE
auto GLU_OUTSIDE;
Undocumented in source.
GLU_OUT_OF_MEMORY
auto GLU_OUT_OF_MEMORY;
Undocumented in source.
GLU_PARAMETRIC_ERROR
auto GLU_PARAMETRIC_ERROR;
Undocumented in source.
GLU_PARAMETRIC_TOLERANCE
auto GLU_PARAMETRIC_TOLERANCE;
Undocumented in source.
GLU_PATH_LENGTH
auto GLU_PATH_LENGTH;
Undocumented in source.
GLU_POINT
auto GLU_POINT;
Undocumented in source.
GLU_SAMPLING_METHOD
auto GLU_SAMPLING_METHOD;
Undocumented in source.
GLU_SAMPLING_TOLERANCE
auto GLU_SAMPLING_TOLERANCE;
Undocumented in source.
GLU_SILHOUETTE
auto GLU_SILHOUETTE;
Undocumented in source.
GLU_SMOOTH
auto GLU_SMOOTH;
Undocumented in source.
GLU_TESS_BEGIN
auto GLU_TESS_BEGIN;
Undocumented in source.
GLU_TESS_BEGIN_DATA
auto GLU_TESS_BEGIN_DATA;
Undocumented in source.
GLU_TESS_BOUNDARY_ONLY
auto GLU_TESS_BOUNDARY_ONLY;
Undocumented in source.
GLU_TESS_COMBINE
auto GLU_TESS_COMBINE;
Undocumented in source.
GLU_TESS_COMBINE_DATA
auto GLU_TESS_COMBINE_DATA;
Undocumented in source.
GLU_TESS_COORD_TOO_LARGE
auto GLU_TESS_COORD_TOO_LARGE;
Undocumented in source.
GLU_TESS_EDGE_FLAG
auto GLU_TESS_EDGE_FLAG;
Undocumented in source.
GLU_TESS_EDGE_FLAG_DATA
auto GLU_TESS_EDGE_FLAG_DATA;
Undocumented in source.
GLU_TESS_END
auto GLU_TESS_END;
Undocumented in source.
GLU_TESS_END_DATA
auto GLU_TESS_END_DATA;
Undocumented in source.
GLU_TESS_ERROR
auto GLU_TESS_ERROR;
Undocumented in source.
GLU_TESS_ERROR1
auto GLU_TESS_ERROR1;
Undocumented in source.
GLU_TESS_ERROR2
auto GLU_TESS_ERROR2;
Undocumented in source.
GLU_TESS_ERROR3
auto GLU_TESS_ERROR3;
Undocumented in source.
GLU_TESS_ERROR4
auto GLU_TESS_ERROR4;
Undocumented in source.
GLU_TESS_ERROR5
auto GLU_TESS_ERROR5;
Undocumented in source.
GLU_TESS_ERROR6
auto GLU_TESS_ERROR6;
Undocumented in source.
GLU_TESS_ERROR7
auto GLU_TESS_ERROR7;
Undocumented in source.
GLU_TESS_ERROR8
auto GLU_TESS_ERROR8;
Undocumented in source.
GLU_TESS_ERROR_DATA
auto GLU_TESS_ERROR_DATA;
Undocumented in source.
GLU_TESS_MAX_COORD
auto GLU_TESS_MAX_COORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLU_TESS_MISSING_BEGIN_CONTOUR
auto GLU_TESS_MISSING_BEGIN_CONTOUR;
Undocumented in source.
GLU_TESS_MISSING_BEGIN_POLYGON
auto GLU_TESS_MISSING_BEGIN_POLYGON;
Undocumented in source.
GLU_TESS_MISSING_END_CONTOUR
auto GLU_TESS_MISSING_END_CONTOUR;
Undocumented in source.
GLU_TESS_MISSING_END_POLYGON
auto GLU_TESS_MISSING_END_POLYGON;
Undocumented in source.
GLU_TESS_NEED_COMBINE_CALLBACK
auto GLU_TESS_NEED_COMBINE_CALLBACK;
Undocumented in source.
GLU_TESS_TOLERANCE
auto GLU_TESS_TOLERANCE;
Undocumented in source.
GLU_TESS_VERTEX
auto GLU_TESS_VERTEX;
Undocumented in source.
GLU_TESS_VERTEX_DATA
auto GLU_TESS_VERTEX_DATA;
Undocumented in source.
GLU_TESS_WINDING_ABS_GEQ_TWO
auto GLU_TESS_WINDING_ABS_GEQ_TWO;
Undocumented in source.
GLU_TESS_WINDING_NEGATIVE
auto GLU_TESS_WINDING_NEGATIVE;
Undocumented in source.
GLU_TESS_WINDING_NONZERO
auto GLU_TESS_WINDING_NONZERO;
Undocumented in source.
GLU_TESS_WINDING_ODD
auto GLU_TESS_WINDING_ODD;
Undocumented in source.
GLU_TESS_WINDING_POSITIVE
auto GLU_TESS_WINDING_POSITIVE;
Undocumented in source.
GLU_TESS_WINDING_RULE
auto GLU_TESS_WINDING_RULE;
Undocumented in source.
GLU_TRUE
auto GLU_TRUE;
Undocumented in source.
GLU_UNKNOWN
auto GLU_UNKNOWN;
Undocumented in source.
GLU_U_STEP
auto GLU_U_STEP;
Undocumented in source.
GLU_VERSION
auto GLU_VERSION;
Undocumented in source.
GLU_VERSION_1_1
auto GLU_VERSION_1_1;
Undocumented in source.
GLU_VERSION_1_2
auto GLU_VERSION_1_2;
Undocumented in source.
GLU_VERSION_1_3
auto GLU_VERSION_1_3;
Undocumented in source.
GLU_VERTEX
auto GLU_VERTEX;
Undocumented in source.
GLU_V_STEP
auto GLU_V_STEP;
Undocumented in source.

Meta