- 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.