SlideShare a Scribd company logo
1 of 10
Download to read offline
Ring Documentation, Release 1.5.1
ā€¢ GL_SRGB8
ā€¢ GL_SRGB_ALPHA
ā€¢ GL_SRGB8_ALPHA8
ā€¢ GL_SLUMINANCE_ALPHA
ā€¢ GL_SLUMINANCE8_ALPHA8
ā€¢ GL_SLUMINANCE
ā€¢ GL_SLUMINANCE8
ā€¢ GL_COMPRESSED_SRGB
ā€¢ GL_COMPRESSED_SRGB_ALPHA
ā€¢ GL_COMPRESSED_SLUMINANCE
ā€¢ GL_COMPRESSED_SLUMINANCE_ALPHA
ā€¢ void glAccum(GLenum op,GLļ¬‚oat value)
ā€¢ void glActiveTexture(GLenum texture)
ā€¢ void glAlphaFunc(GLenum func,GLclampf ref)
ā€¢ GLboolean glAreTexturesResident(GLsizei n,const GLuint * textures,GLboolean * residences)
ā€¢ void glArrayElement(GLint i)
ā€¢ void glAttachShader(GLuint program,GLuint shader)
ā€¢ void glBegin(GLenum mode)
ā€¢ void glBeginQuery(GLenum target,GLuint id)
ā€¢ void glBindAttribLocation(GLuint program,GLuint index,const GLchar *name)
ā€¢ void glBindBuffer(GLenum target,GLuint buffer)
ā€¢ void glBindTexture(GLenum target,GLuint texture)
ā€¢ void glBitmap(GLsizei width,GLsizei height,GLļ¬‚oat xorig,GLļ¬‚oat yorig,GLļ¬‚oat xmove,GLļ¬‚oat ymove,const
GLubyte * bitmap)
ā€¢ void glBlendColor(GLclampf red,GLclampf green,GLclampf blue,GLclampf alpha)
ā€¢ void glBlendEquation(GLenum mode)
ā€¢ void glBlendEquationSeparate(GLenum modeRGB,GLenum modeAlpha)
ā€¢ void glBlendFunc(GLenum sfactor,GLenum dfactor)
ā€¢ void glBlendFuncSeparate(GLenum srcRGB,GLenum dstRGB,GLenum srcAlpha,GLenum dstAlpha)
ā€¢ void glBufferData(GLenum target,GLsizeiptr size,const GLvoid * data,GLenum usage)
ā€¢ void glBufferSubData(GLenum target,GLintptr offset,GLsizeiptr size,const GLvoid * data)
ā€¢ void glCallList(GLuint list)
ā€¢ void glCallLists(GLsizei n,GLenum type,const GLvoid * lists)
ā€¢ void glClear(GLbitļ¬eld mask)
ā€¢ void glClearAccum(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue,GLļ¬‚oat alpha)
ā€¢ void glClearColor(GLclampf red,GLclampf green,GLclampf blue,GLclampf alpha)
1015
Ring Documentation, Release 1.5.1
ā€¢ void glClearDepth(GLclampd depth)
ā€¢ void glClearIndex(GLļ¬‚oat c)
ā€¢ void glClearStencil(GLint s)
ā€¢ void glClientActiveTexture(GLenum texture)
ā€¢ void glClipPlane(GLenum plane,const GLdouble * equation)
ā€¢ void glColor3b(GLbyte red,GLbyte green,GLbyte blue)
ā€¢ void glColor3s(GLshort red,GLshort green,GLshort blue)
ā€¢ void glColor3i(GLint red,GLint green,GLint blue)
ā€¢ void glColor3f(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue)
ā€¢ void glColor3d(GLdouble red,GLdouble green,GLdouble blue)
ā€¢ void glColor3ub(GLubyte red,GLubyte green,GLubyte blue)
ā€¢ void glColor3us(GLushort red,GLushort green,GLushort blue)
ā€¢ void glColor3ui(GLuint red,GLuint green,GLuint blue)
ā€¢ void glColor4b(GLbyte red,GLbyte green,GLbyte blue,GLbyte alpha)
ā€¢ void glColor4s(GLshort red,GLshort green,GLshort blue,GLshort alpha)
ā€¢ void glColor4i(GLint red,GLint green,GLint blue,GLint alpha)
ā€¢ void glColor4f(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue,GLļ¬‚oat alpha)
ā€¢ void glColor4d(GLdouble red,GLdouble green,GLdouble blue,GLdouble alpha)
ā€¢ void glColor4ub(GLubyte red,GLubyte green,GLubyte blue,GLubyte alpha)
ā€¢ void glColor4us(GLushort red,GLushort green,GLushort blue,GLushort alpha)
ā€¢ void glColor4ui(GLuint red,GLuint green,GLuint blue,GLuint alpha)
ā€¢ void glColor3bv(const GLbyte * v)
ā€¢ void glColor3sv(const GLshort * v)
ā€¢ void glColor3iv(const GLint * v)
ā€¢ void glColor3fv(const GLļ¬‚oat * v)
ā€¢ void glColor3dv(const GLdouble * v)
ā€¢ void glColor3ubv(const GLubyte * v)
ā€¢ void glColor3usv(const GLushort * v)
ā€¢ void glColor3uiv(const GLuint * v)
ā€¢ void glColor4bv(const GLbyte * v)
ā€¢ void glColor4sv(const GLshort * v)
ā€¢ void glColor4iv(const GLint * v)
ā€¢ void glColor4fv(const GLļ¬‚oat * v)
ā€¢ void glColor4dv(const GLdouble * v)
ā€¢ void glColor4ubv(const GLubyte * v)
ā€¢ void glColor4usv(const GLushort * v)
1016
Ring Documentation, Release 1.5.1
ā€¢ void glColor4uiv(const GLuint * v)
ā€¢ void glColorMask(GLboolean red,GLboolean green,GLboolean blue,GLboolean alpha)
ā€¢ void glColorMaterial(GLenum face,GLenum mode)
ā€¢ void glColorPointer(GLint size,GLenum type,GLsizei stride,const GLvoid * pointer)
ā€¢ void glColorSubTable(GLenum target,GLsizei start,GLsizei count,GLenum format,GLenum type,const GLvoid
* data)
ā€¢ void glColorTable(GLenum target,GLenum internalformat,GLsizei width,GLenum format,GLenum type,const
GLvoid * data)
ā€¢ void glColorTableParameterfv(GLenum target,GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glColorTableParameteriv(GLenum target,GLenum pname,const GLint * params)
ā€¢ void glCompileShader(GLuint shader)
ā€¢ void glCompressedTexImage1D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLint bor-
der,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexImage2D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLsizei
height,GLint border,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexImage3D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLsizei
height,GLsizei depth,GLint border,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLsizei width,GLenum for-
mat,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexSubImage2D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLsizei
width,GLsizei height,GLenum format,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexSubImage3D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint zoff-
set,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLsizei imageSize,const GLvoid * data)
ā€¢ void glConvolutionFilter1D(GLenum target,GLenum internalformat,GLsizei width,GLenum format,GLenum
type,const GLvoid * data)
ā€¢ void glConvolutionFilter2D(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum
format,GLenum type,const GLvoid * data)
ā€¢ void glConvolutionParameterf(GLenum target,GLenum pname,GLļ¬‚oat params)
ā€¢ void glConvolutionParameteri(GLenum target,GLenum pname,GLint params)
ā€¢ void glConvolutionParameterfv(GLenum target,GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glConvolutionParameteriv(GLenum target,GLenum pname,const GLint * params)
ā€¢ void glCopyColorSubTable(GLenum target,GLsizei start,GLint x,GLint y,GLsizei width)
ā€¢ void glCopyColorTable(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width)
ā€¢ void glCopyConvolutionFilter1D(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width)
ā€¢ void glCopyConvolutionFilter2D(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei
width,GLsizei height)
ā€¢ void glCopyPixels(GLint x,GLint y,GLsizei width,GLsizei height,GLenum type)
ā€¢ void glCopyTexImage1D(GLenum target,GLint level,GLenum internalformat,GLint x,GLint y,GLsizei
width,GLint border)
1017
Ring Documentation, Release 1.5.1
ā€¢ void glCopyTexImage2D(GLenum target,GLint level,GLenum internalformat,GLint x,GLint y,GLsizei
width,GLsizei height,GLint border)
ā€¢ void glCopyTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLint x,GLint y,GLsizei width)
ā€¢ void glCopyTexSubImage2D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint x,GLint y,GLsizei
width,GLsizei height)
ā€¢ void glCopyTexSubImage3D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint zoffset,GLint
x,GLint y,GLsizei width,GLsizei height)
ā€¢ GLuint glCreateProgram(void)
ā€¢ GLuint glCreateShader(GLenum shaderType)
ā€¢ void glCullFace(GLenum mode)
ā€¢ void glDeleteBuffers(GLsizei n,const GLuint * buffers)
ā€¢ void glDeleteLists(GLuint list,GLsizei range)
ā€¢ void glDeleteProgram(GLuint program)
ā€¢ void glDeleteQueries(GLsizei n,const GLuint * ids)
ā€¢ void glDeleteShader(GLuint shader)
ā€¢ void glDeleteTextures(GLsizei n,const GLuint * textures)
ā€¢ void glDepthFunc(GLenum func)
ā€¢ void glDepthMask(GLboolean ļ¬‚ag)
ā€¢ void glDepthRange(GLclampd nearVal,GLclampd farVal)
ā€¢ void glDetachShader(GLuint program,GLuint shader)
ā€¢ void glEnable(GLenum cap)
ā€¢ void glEnableClientState(GLenum cap)
ā€¢ void glEnableVertexAttribArray(GLuint index)
ā€¢ void glDisableVertexAttribArray(GLuint index)
ā€¢ void glDrawArrays(GLenum mode,GLint ļ¬rst,GLsizei count)
ā€¢ void glDrawBuffer(GLenum mode)
ā€¢ void glDrawBuffers(GLsizei n,const GLenum *bufs)
ā€¢ void glDrawElements(GLenum mode,GLsizei count,GLenum type,const GLvoid * indices)
ā€¢ void glDrawPixels(GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * data)
ā€¢ void glDrawRangeElements(GLenum mode,GLuint start,GLuint end,GLsizei count,GLenum type,const
GLvoid * indices)
ā€¢ void glEdgeFlag(GLboolean ļ¬‚ag)
ā€¢ void glEdgeFlagPointer(GLsizei stride,const GLvoid * pointer)
ā€¢ void glEnd(void)
ā€¢ void glEndList(void)
ā€¢ void glEndQuery(GLenum target)
ā€¢ void glEvalCoord1f(GLļ¬‚oat u)
1018
Ring Documentation, Release 1.5.1
ā€¢ void glEvalCoord1d(GLdouble u)
ā€¢ void glEvalCoord2f(GLļ¬‚oat u,GLļ¬‚oat v)
ā€¢ void glEvalCoord2d(GLdouble u,GLdouble v)
ā€¢ void glEvalMesh1(GLenum mode,GLint i1,GLint i2)
ā€¢ void glEvalPoint1(GLint i)
ā€¢ void glEvalPoint2(GLint i,GLint j)
ā€¢ void glFeedbackBuffer(GLsizei size,GLenum type,GLļ¬‚oat * buffer)
ā€¢ void glFinish(void)
ā€¢ void glFlush(void)
ā€¢ void glFogf(GLenum pname,GLļ¬‚oat param)
ā€¢ void glFogi(GLenum pname,GLint param)
ā€¢ void glFogfv(GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glFogiv(GLenum pname,const GLint * params)
ā€¢ void glFogCoordd(GLdouble coord)
ā€¢ void glFogCoordf(GLļ¬‚oat coord)
ā€¢ void glFogCoorddv(GLdouble * coord)
ā€¢ void glFogCoordfv(GLļ¬‚oat * coord)
ā€¢ void glFogCoordPointer(GLenum type,GLsizei stride,GLvoid * pointer)
ā€¢ void glFrontFace(GLenum mode)
ā€¢ void glFrustum(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearVal,GLdouble
farVal)
ā€¢ void glGenBuffers(GLsizei n,GLuint * buffers)
ā€¢ GLuint glGenLists(GLsizei range)
ā€¢ void glGenQueries(GLsizei n,GLuint * ids)
ā€¢ void glGenTextures(GLsizei n,GLuint * textures)
ā€¢ void glGetBooleanv(GLenum pname,GLboolean * params)
ā€¢ void glGetDoublev(GLenum pname,GLdouble * params)
ā€¢ void glGetFloatv(GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetIntegerv(GLenum pname,GLint * params)
ā€¢ void glGetActiveAttrib(GLuint program,GLuint index,GLsizei bufSize,GLsizei *length,GLint *size,GLenum
*type,GLchar *name)
ā€¢ void glGetActiveUniform(GLuint program,GLuint index,GLsizei bufSize,GLsizei *length,GLint
*size,GLenum *type,GLchar *name)
ā€¢ void glGetAttachedShaders(GLuint program,GLsizei maxCount,GLsizei *count,GLuint *shaders)
ā€¢ GLint glGetAttribLocation(GLuint program,const GLchar *name)
ā€¢ void glGetBufferParameteriv(GLenum target,GLenum value,GLint * data)
ā€¢ void glGetBufferPointerv(GLenum target,GLenum pname,GLvoid ** params)
1019
Ring Documentation, Release 1.5.1
ā€¢ void glGetBufferSubData(GLenum target,GLintptr offset,GLsizeiptr size,GLvoid * data)
ā€¢ void glGetClipPlane(GLenum plane,GLdouble * equation)
ā€¢ void glGetColorTable(GLenum target,GLenum format,GLenum type,GLvoid * table)
ā€¢ void glGetColorTableParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetColorTableParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetCompressedTexImage(GLenum target,GLint lod,GLvoid * img)
ā€¢ void glGetConvolutionFilter(GLenum target,GLenum format,GLenum type,GLvoid * image)
ā€¢ void glGetConvolutionParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetConvolutionParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ GLenum glGetError(void)
ā€¢ void glGetHistogram(GLenum target,GLboolean reset,GLenum format,GLenum type,GLvoid * values)
ā€¢ void glGetHistogramParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetHistogramParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetLightfv(GLenum light,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetLightiv(GLenum light,GLenum pname,GLint * params)
ā€¢ void glGetMapdv(GLenum target,GLenum query,GLdouble * v)
ā€¢ void glGetMapfv(GLenum target,GLenum query,GLļ¬‚oat * v)
ā€¢ void glGetMapiv(GLenum target,GLenum query,GLint * v)
ā€¢ void glGetMaterialfv(GLenum face,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetMaterialiv(GLenum face,GLenum pname,GLint * params)
ā€¢ void glGetMinmax(GLenum target,GLboolean reset,GLenum format,GLenum types,GLvoid * values)
ā€¢ void glGetMinmaxParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetMinmaxParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetPixelMapfv(GLenum map,GLļ¬‚oat * data)
ā€¢ void glGetPixelMapuiv(GLenum map,GLuint * data)
ā€¢ void glGetPixelMapusv(GLenum map,GLushort * data)
ā€¢ void glGetPointerv(GLenum pname,GLvoid ** params)
ā€¢ void glGetPolygonStipple(GLubyte * pattern)
ā€¢ void glGetProgramiv(GLuint program,GLenum pname,GLint *params)
ā€¢ void glGetProgramInfoLog(GLuint program,GLsizei maxLength,GLsizei *length,GLchar *infoLog)
ā€¢ void glGetQueryObjectiv(GLuint id,GLenum pname,GLint * params)
ā€¢ void glGetQueryObjectuiv(GLuint id,GLenum pname,GLuint * params)
ā€¢ void glGetQueryiv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetSeparableFilter(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * col-
umn,GLvoid * span)
ā€¢ void glGetShaderiv(GLuint shader,GLenum pname,GLint *params)
1020
Ring Documentation, Release 1.5.1
ā€¢ void glGetShaderInfoLog(GLuint shader,GLsizei maxLength,GLsizei *length,GLchar *infoLog)
ā€¢ void glGetShaderSource(GLuint shader,GLsizei bufSize,GLsizei *length,GLchar *source)
ā€¢ const GLubyte* glGetString(GLenum name)
ā€¢ void glGetTexEnvfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetTexEnviv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetTexGendv(GLenum coord,GLenum pname,GLdouble * params)
ā€¢ void glGetTexGenfv(GLenum coord,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetTexGeniv(GLenum coord,GLenum pname,GLint * params)
ā€¢ void glGetTexImage(GLenum target,GLint level,GLenum format,GLenum type,GLvoid * img)
ā€¢ void glGetTexLevelParameterfv(GLenum target,GLint level,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetTexLevelParameteriv(GLenum target,GLint level,GLenum pname,GLint * params)
ā€¢ void glGetTexParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetTexParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetUniformfv(GLuint program,GLint location,GLļ¬‚oat *params)
ā€¢ void glGetUniformiv(GLuint program,GLint location,GLint *params)
ā€¢ GLint glGetUniformLocation(GLuint program,const GLchar *name)
ā€¢ void glGetVertexAttribdv(GLuint index,GLenum pname,GLdouble *params)
ā€¢ void glGetVertexAttribfv(GLuint index,GLenum pname,GLļ¬‚oat *params)
ā€¢ void glGetVertexAttribiv(GLuint index,GLenum pname,GLint *params)
ā€¢ void glGetVertexAttribPointerv(GLuint index,GLenum pname,GLvoid **pointer)
ā€¢ void glHint(GLenum target,GLenum mode)
ā€¢ void glHistogram(GLenum target,GLsizei width,GLenum internalformat,GLboolean sink)
ā€¢ void glIndexs(GLshort c)
ā€¢ void glIndexi(GLint c)
ā€¢ void glIndexf(GLļ¬‚oat c)
ā€¢ void glIndexd(GLdouble c)
ā€¢ void glIndexub(GLubyte c)
ā€¢ void glIndexsv(const GLshort * c)
ā€¢ void glIndexiv(const GLint * c)
ā€¢ void glIndexfv(const GLļ¬‚oat * c)
ā€¢ void glIndexdv(const GLdouble * c)
ā€¢ void glIndexubv(const GLubyte * c)
ā€¢ void glIndexMask(GLuint mask)
ā€¢ void glIndexPointer(GLenum type,GLsizei stride,const GLvoid * pointer)
ā€¢ void glInitNames(void)
ā€¢ void glInterleavedArrays(GLenum format,GLsizei stride,const GLvoid * pointer)
1021
Ring Documentation, Release 1.5.1
ā€¢ GLboolean glIsBuffer(GLuint buffer)
ā€¢ GLboolean glIsEnabled(GLenum cap)
ā€¢ GLboolean glIsList(GLuint list)
ā€¢ GLboolean glIsProgram(GLuint program)
ā€¢ GLboolean glIsQuery(GLuint id)
ā€¢ GLboolean glIsShader(GLuint shader)
ā€¢ GLboolean glIsTexture(GLuint texture)
ā€¢ void glLightf(GLenum light,GLenum pname,GLļ¬‚oat param)
ā€¢ void glLighti(GLenum light,GLenum pname,GLint param)
ā€¢ void glLightfv(GLenum light,GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glLightiv(GLenum light,GLenum pname,const GLint * params)
ā€¢ void glLightModelf(GLenum pname,GLļ¬‚oat param)
ā€¢ void glLightModeli(GLenum pname,GLint param)
ā€¢ void glLightModelfv(GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glLightModeliv(GLenum pname,const GLint * params)
ā€¢ void glLineStipple(GLint factor,GLushort pattern)
ā€¢ void glLineWidth(GLļ¬‚oat width)
ā€¢ void glLinkProgram(GLuint program)
ā€¢ void glListBase(GLuint base)
ā€¢ void glLoadIdentity(void)
ā€¢ void glLoadMatrixd(const GLdouble * m)
ā€¢ void glLoadMatrixf(const GLļ¬‚oat * m)
ā€¢ void glLoadName(GLuint name)
ā€¢ void glLoadTransposeMatrixd(const GLdouble * m)
ā€¢ void glLoadTransposeMatrixf(const GLļ¬‚oat * m)
ā€¢ void glLogicOp(GLenum opcode)
ā€¢ void glMap1f(GLenum target,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint stride,GLint order,const GLļ¬‚oat * points)
ā€¢ void glMap1d(GLenum target,GLdouble u1,GLdouble u2,GLint stride,GLint order,const GLdouble * points)
ā€¢ void glMap2f(GLenum target,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint ustride,GLint uorder,GLļ¬‚oat v1,GLļ¬‚oat v2,GLint
vstride,GLint vorder,const GLļ¬‚oat * points)
ā€¢ void glMap2d(GLenum target,GLdouble u1,GLdouble u2,GLint ustride,GLint uorder,GLdouble v1,GLdouble
v2,GLint vstride,GLint vorder,const GLdouble * points)
ā€¢ void * glMapBuffer(GLenum target,GLenum access)
ā€¢ void glMapGrid1d(GLint un,GLdouble u1,GLdouble u2)
ā€¢ void glMapGrid1f(GLint un,GLļ¬‚oat u1,GLļ¬‚oat u2)
ā€¢ void glMapGrid2d(GLint un,GLdouble u1,GLdouble u2,GLint vn,GLdouble v1,GLdouble v2)
ā€¢ void glMapGrid2f(GLint un,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint vn,GLļ¬‚oat v1,GLļ¬‚oat v2)
1022
Ring Documentation, Release 1.5.1
ā€¢ void glMaterialf(GLenum face,GLenum pname,GLļ¬‚oat param)
ā€¢ void glMateriali(GLenum face,GLenum pname,GLint param)
ā€¢ void glMatrixMode(GLenum mode)
ā€¢ void glMinmax(GLenum target,GLenum internalformat,GLboolean sink)
ā€¢ void glMultMatrixd(const GLdouble * m)
ā€¢ void glMultMatrixf(const GLļ¬‚oat * m)
ā€¢ void glMultTransposeMatrixd(const GLdouble * m)
ā€¢ void glMultTransposeMatrixf(const GLļ¬‚oat * m)
ā€¢ void glMultiDrawArrays(GLenum mode,GLint * ļ¬rst,GLsizei * count,GLsizei primcount)
ā€¢ void glMultiDrawElements(GLenum mode,const GLsizei * count,GLenum type,const GLvoid ** in-
dices,GLsizei primcount)
ā€¢ void glMultiTexCoord1s(GLenum target,GLshort s)
ā€¢ void glMultiTexCoord1i(GLenum target,GLint s)
ā€¢ void glMultiTexCoord1f(GLenum target,GLļ¬‚oat s)
ā€¢ void glMultiTexCoord1d(GLenum target,GLdouble s)
ā€¢ void glMultiTexCoord2s(GLenum target,GLshort s,GLshort t)
ā€¢ void glMultiTexCoord2i(GLenum target,GLint s,GLint t)
ā€¢ void glMultiTexCoord2f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t)
ā€¢ void glMultiTexCoord2d(GLenum target,GLdouble s,GLdouble t)
ā€¢ void glMultiTexCoord3s(GLenum target,GLshort s,GLshort t,GLshort r)
ā€¢ void glMultiTexCoord3i(GLenum target,GLint s,GLint t,GLint r)
ā€¢ void glMultiTexCoord3f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t,GLļ¬‚oat r)
ā€¢ void glMultiTexCoord3d(GLenum target,GLdouble s,GLdouble t,GLdouble r)
ā€¢ void glMultiTexCoord4s(GLenum target,GLshort s,GLshort t,GLshort r,GLshort q)
ā€¢ void glMultiTexCoord4i(GLenum target,GLint s,GLint t,GLint r,GLint q)
ā€¢ void glMultiTexCoord4f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t,GLļ¬‚oat r,GLļ¬‚oat q)
ā€¢ void glMultiTexCoord4d(GLenum target,GLdouble s,GLdouble t,GLdouble r,GLdouble q)
ā€¢ void glMultiTexCoord1sv(GLenum target,const GLshort * v)
ā€¢ void glMultiTexCoord1iv(GLenum target,const GLint * v)
ā€¢ void glMultiTexCoord1fv(GLenum target,const GLļ¬‚oat * v)
ā€¢ void glMultiTexCoord1dv(GLenum target,const GLdouble * v)
ā€¢ void glMultiTexCoord2sv(GLenum target,const GLshort * v)
ā€¢ void glMultiTexCoord2iv(GLenum target,const GLint * v)
ā€¢ void glMultiTexCoord2fv(GLenum target,const GLļ¬‚oat * v)
ā€¢ void glMultiTexCoord2dv(GLenum target,const GLdouble * v)
ā€¢ void glMultiTexCoord3sv(GLenum target,const GLshort * v)
1023
Ring Documentation, Release 1.5.1
ā€¢ void glMultiTexCoord3iv(GLenum target,const GLint * v)
ā€¢ void glMultiTexCoord3fv(GLenum target,const GLļ¬‚oat * v)
ā€¢ void glMultiTexCoord3dv(GLenum target,const GLdouble * v)
ā€¢ void glMultiTexCoord4sv(GLenum target,const GLshort * v)
ā€¢ void glMultiTexCoord4iv(GLenum target,const GLint * v)
ā€¢ void glMultiTexCoord4fv(GLenum target,const GLļ¬‚oat * v)
ā€¢ void glMultiTexCoord4dv(GLenum target,const GLdouble * v)
ā€¢ void glNewList(GLuint list,GLenum mode)
ā€¢ void glNormal3b(GLbyte nx,GLbyte ny,GLbyte nz)
ā€¢ void glNormal3d(GLdouble nx,GLdouble ny,GLdouble nz)
ā€¢ void glNormal3f(GLļ¬‚oat nx,GLļ¬‚oat ny,GLļ¬‚oat nz)
ā€¢ void glNormal3i(GLint nx,GLint ny,GLint nz)
ā€¢ void glNormal3s(GLshort nx,GLshort ny,GLshort nz)
ā€¢ void glNormal3bv(const GLbyte * v)
ā€¢ void glNormal3dv(const GLdouble * v)
ā€¢ void glNormal3fv(const GLļ¬‚oat * v)
ā€¢ void glNormal3iv(const GLint * v)
ā€¢ void glNormal3sv(const GLshort * v)
ā€¢ void glNormalPointer(GLenum type,GLsizei stride,const GLvoid * pointer)
ā€¢ void glOrtho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearVal,GLdouble far-
Val)
ā€¢ void glPassThrough(GLļ¬‚oat token)
ā€¢ void glPixelMapfv(GLenum map,GLsizei mapsize,const GLļ¬‚oat * values)
ā€¢ void glPixelMapuiv(GLenum map,GLsizei mapsize,const GLuint * values)
ā€¢ void glPixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values)
ā€¢ void glPixelStoref(GLenum pname,GLļ¬‚oat param)
ā€¢ void glPixelStorei(GLenum pname,GLint param)
ā€¢ void glPixelTransferf(GLenum pname,GLļ¬‚oat param)
ā€¢ void glPixelTransferi(GLenum pname,GLint param)
ā€¢ void glPixelZoom(GLļ¬‚oat xfactor,GLļ¬‚oat yfactor)
ā€¢ void glPointParameterf(GLenum pname,GLļ¬‚oat param)
ā€¢ void glPointParameteri(GLenum pname,GLint param)
ā€¢ void glPointSize(GLļ¬‚oat size)
ā€¢ void glPolygonMode(GLenum face,GLenum mode)
ā€¢ void glPolygonOffset(GLļ¬‚oat factor,GLļ¬‚oat units)
ā€¢ void glPolygonStipple(const GLubyte * pattern)
1024

More Related Content

What's hot

The Ring programming language version 1.7 book - Part 182 of 196
The Ring programming language version 1.7 book - Part 182 of 196The Ring programming language version 1.7 book - Part 182 of 196
The Ring programming language version 1.7 book - Part 182 of 196Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 192 of 202
The Ring programming language version 1.8 book - Part 192 of 202The Ring programming language version 1.8 book - Part 192 of 202
The Ring programming language version 1.8 book - Part 192 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.6 book - Part 131 of 189
The Ring programming language version 1.6 book - Part 131 of 189The Ring programming language version 1.6 book - Part 131 of 189
The Ring programming language version 1.6 book - Part 131 of 189Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.6 book - Part 150 of 189
The Ring programming language version 1.6 book - Part 150 of 189The Ring programming language version 1.6 book - Part 150 of 189
The Ring programming language version 1.6 book - Part 150 of 189Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 159 of 202
The Ring programming language version 1.8 book - Part 159 of 202The Ring programming language version 1.8 book - Part 159 of 202
The Ring programming language version 1.8 book - Part 159 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.3 book - Part 156 of 194
The Ring programming language version 1.5.3 book - Part 156 of 194The Ring programming language version 1.5.3 book - Part 156 of 194
The Ring programming language version 1.5.3 book - Part 156 of 194Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 178 of 202
The Ring programming language version 1.8 book - Part 178 of 202The Ring programming language version 1.8 book - Part 178 of 202
The Ring programming language version 1.8 book - Part 178 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.9 book - Part 190 of 210
The Ring programming language version 1.9 book - Part 190 of 210The Ring programming language version 1.9 book - Part 190 of 210
The Ring programming language version 1.9 book - Part 190 of 210Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 145 of 202
The Ring programming language version 1.8 book - Part 145 of 202The Ring programming language version 1.8 book - Part 145 of 202
The Ring programming language version 1.8 book - Part 145 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 114 of 185
The Ring programming language version 1.5.4 book - Part 114 of 185The Ring programming language version 1.5.4 book - Part 114 of 185
The Ring programming language version 1.5.4 book - Part 114 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 109 of 185
The Ring programming language version 1.5.4 book - Part 109 of 185The Ring programming language version 1.5.4 book - Part 109 of 185
The Ring programming language version 1.5.4 book - Part 109 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5 book - Part 18 of 31
The Ring programming language version 1.5 book - Part 18 of 31The Ring programming language version 1.5 book - Part 18 of 31
The Ring programming language version 1.5 book - Part 18 of 31Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.1 book - Part 133 of 180
The Ring programming language version 1.5.1 book - Part 133 of 180 The Ring programming language version 1.5.1 book - Part 133 of 180
The Ring programming language version 1.5.1 book - Part 133 of 180 Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 118 of 185
The Ring programming language version 1.5.4 book - Part 118 of 185The Ring programming language version 1.5.4 book - Part 118 of 185
The Ring programming language version 1.5.4 book - Part 118 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.7 book - Part 172 of 196
The Ring programming language version 1.7 book - Part 172 of 196The Ring programming language version 1.7 book - Part 172 of 196
The Ring programming language version 1.7 book - Part 172 of 196Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 160 of 202
The Ring programming language version 1.8 book - Part 160 of 202The Ring programming language version 1.8 book - Part 160 of 202
The Ring programming language version 1.8 book - Part 160 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 151 of 185
The Ring programming language version 1.5.4 book - Part 151 of 185The Ring programming language version 1.5.4 book - Part 151 of 185
The Ring programming language version 1.5.4 book - Part 151 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.9 book - Part 171 of 210
The Ring programming language version 1.9 book - Part 171 of 210 The Ring programming language version 1.9 book - Part 171 of 210
The Ring programming language version 1.9 book - Part 171 of 210 Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.1 book - Part 147 of 180
The Ring programming language version 1.5.1 book - Part 147 of 180 The Ring programming language version 1.5.1 book - Part 147 of 180
The Ring programming language version 1.5.1 book - Part 147 of 180 Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212Mahmoud Samir Fayed
Ā 

What's hot (20)

The Ring programming language version 1.7 book - Part 182 of 196
The Ring programming language version 1.7 book - Part 182 of 196The Ring programming language version 1.7 book - Part 182 of 196
The Ring programming language version 1.7 book - Part 182 of 196
Ā 
The Ring programming language version 1.8 book - Part 192 of 202
The Ring programming language version 1.8 book - Part 192 of 202The Ring programming language version 1.8 book - Part 192 of 202
The Ring programming language version 1.8 book - Part 192 of 202
Ā 
The Ring programming language version 1.6 book - Part 131 of 189
The Ring programming language version 1.6 book - Part 131 of 189The Ring programming language version 1.6 book - Part 131 of 189
The Ring programming language version 1.6 book - Part 131 of 189
Ā 
The Ring programming language version 1.6 book - Part 150 of 189
The Ring programming language version 1.6 book - Part 150 of 189The Ring programming language version 1.6 book - Part 150 of 189
The Ring programming language version 1.6 book - Part 150 of 189
Ā 
The Ring programming language version 1.8 book - Part 159 of 202
The Ring programming language version 1.8 book - Part 159 of 202The Ring programming language version 1.8 book - Part 159 of 202
The Ring programming language version 1.8 book - Part 159 of 202
Ā 
The Ring programming language version 1.5.3 book - Part 156 of 194
The Ring programming language version 1.5.3 book - Part 156 of 194The Ring programming language version 1.5.3 book - Part 156 of 194
The Ring programming language version 1.5.3 book - Part 156 of 194
Ā 
The Ring programming language version 1.8 book - Part 178 of 202
The Ring programming language version 1.8 book - Part 178 of 202The Ring programming language version 1.8 book - Part 178 of 202
The Ring programming language version 1.8 book - Part 178 of 202
Ā 
The Ring programming language version 1.9 book - Part 190 of 210
The Ring programming language version 1.9 book - Part 190 of 210The Ring programming language version 1.9 book - Part 190 of 210
The Ring programming language version 1.9 book - Part 190 of 210
Ā 
The Ring programming language version 1.8 book - Part 145 of 202
The Ring programming language version 1.8 book - Part 145 of 202The Ring programming language version 1.8 book - Part 145 of 202
The Ring programming language version 1.8 book - Part 145 of 202
Ā 
The Ring programming language version 1.5.4 book - Part 114 of 185
The Ring programming language version 1.5.4 book - Part 114 of 185The Ring programming language version 1.5.4 book - Part 114 of 185
The Ring programming language version 1.5.4 book - Part 114 of 185
Ā 
The Ring programming language version 1.5.4 book - Part 109 of 185
The Ring programming language version 1.5.4 book - Part 109 of 185The Ring programming language version 1.5.4 book - Part 109 of 185
The Ring programming language version 1.5.4 book - Part 109 of 185
Ā 
The Ring programming language version 1.5 book - Part 18 of 31
The Ring programming language version 1.5 book - Part 18 of 31The Ring programming language version 1.5 book - Part 18 of 31
The Ring programming language version 1.5 book - Part 18 of 31
Ā 
The Ring programming language version 1.5.1 book - Part 133 of 180
The Ring programming language version 1.5.1 book - Part 133 of 180 The Ring programming language version 1.5.1 book - Part 133 of 180
The Ring programming language version 1.5.1 book - Part 133 of 180
Ā 
The Ring programming language version 1.5.4 book - Part 118 of 185
The Ring programming language version 1.5.4 book - Part 118 of 185The Ring programming language version 1.5.4 book - Part 118 of 185
The Ring programming language version 1.5.4 book - Part 118 of 185
Ā 
The Ring programming language version 1.7 book - Part 172 of 196
The Ring programming language version 1.7 book - Part 172 of 196The Ring programming language version 1.7 book - Part 172 of 196
The Ring programming language version 1.7 book - Part 172 of 196
Ā 
The Ring programming language version 1.8 book - Part 160 of 202
The Ring programming language version 1.8 book - Part 160 of 202The Ring programming language version 1.8 book - Part 160 of 202
The Ring programming language version 1.8 book - Part 160 of 202
Ā 
The Ring programming language version 1.5.4 book - Part 151 of 185
The Ring programming language version 1.5.4 book - Part 151 of 185The Ring programming language version 1.5.4 book - Part 151 of 185
The Ring programming language version 1.5.4 book - Part 151 of 185
Ā 
The Ring programming language version 1.9 book - Part 171 of 210
The Ring programming language version 1.9 book - Part 171 of 210 The Ring programming language version 1.9 book - Part 171 of 210
The Ring programming language version 1.9 book - Part 171 of 210
Ā 
The Ring programming language version 1.5.1 book - Part 147 of 180
The Ring programming language version 1.5.1 book - Part 147 of 180 The Ring programming language version 1.5.1 book - Part 147 of 180
The Ring programming language version 1.5.1 book - Part 147 of 180
Ā 
The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212
Ā 

Similar to Ring Documentation API

The Ring programming language version 1.5.1 book - Part 114 of 180
The Ring programming language version 1.5.1 book - Part 114 of 180 The Ring programming language version 1.5.1 book - Part 114 of 180
The Ring programming language version 1.5.1 book - Part 114 of 180 Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.7 book - Part 163 of 196
The Ring programming language version 1.7 book - Part 163 of 196The Ring programming language version 1.7 book - Part 163 of 196
The Ring programming language version 1.7 book - Part 163 of 196Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.9 book - Part 204 of 210
The Ring programming language version 1.9 book - Part 204 of 210The Ring programming language version 1.9 book - Part 204 of 210
The Ring programming language version 1.9 book - Part 204 of 210Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.3 book - Part 123 of 184
The Ring programming language version 1.5.3 book - Part 123 of 184The Ring programming language version 1.5.3 book - Part 123 of 184
The Ring programming language version 1.5.3 book - Part 123 of 184Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.9 book - Part 157 of 210
The Ring programming language version 1.9 book - Part 157 of 210 The Ring programming language version 1.9 book - Part 157 of 210
The Ring programming language version 1.9 book - Part 157 of 210 Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.2 book - Part 129 of 181
The Ring programming language version 1.5.2 book - Part 129 of 181The Ring programming language version 1.5.2 book - Part 129 of 181
The Ring programming language version 1.5.2 book - Part 129 of 181Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.2 book - Part 106 of 181
The Ring programming language version 1.5.2 book - Part 106 of 181The Ring programming language version 1.5.2 book - Part 106 of 181
The Ring programming language version 1.5.2 book - Part 106 of 181Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.6 book - Part 145 of 189
The Ring programming language version 1.6 book - Part 145 of 189The Ring programming language version 1.6 book - Part 145 of 189
The Ring programming language version 1.6 book - Part 145 of 189Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 155 of 212
The Ring programming language version 1.10 book - Part 155 of 212The Ring programming language version 1.10 book - Part 155 of 212
The Ring programming language version 1.10 book - Part 155 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.7 book - Part 140 of 196
The Ring programming language version 1.7 book - Part 140 of 196The Ring programming language version 1.7 book - Part 140 of 196
The Ring programming language version 1.7 book - Part 140 of 196Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 173 of 202
The Ring programming language version 1.8 book - Part 173 of 202The Ring programming language version 1.8 book - Part 173 of 202
The Ring programming language version 1.8 book - Part 173 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.7 book - Part 168 of 196
The Ring programming language version 1.7 book - Part 168 of 196The Ring programming language version 1.7 book - Part 168 of 196
The Ring programming language version 1.7 book - Part 168 of 196Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 146 of 185
The Ring programming language version 1.5.4 book - Part 146 of 185The Ring programming language version 1.5.4 book - Part 146 of 185
The Ring programming language version 1.5.4 book - Part 146 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.2 book - Part 134 of 181
The Ring programming language version 1.5.2 book - Part 134 of 181The Ring programming language version 1.5.2 book - Part 134 of 181
The Ring programming language version 1.5.2 book - Part 134 of 181Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.3 book - Part 142 of 184
The Ring programming language version 1.5.3 book - Part 142 of 184The Ring programming language version 1.5.3 book - Part 142 of 184
The Ring programming language version 1.5.3 book - Part 142 of 184Mahmoud Samir Fayed
Ā 

Similar to Ring Documentation API (16)

The Ring programming language version 1.5.1 book - Part 114 of 180
The Ring programming language version 1.5.1 book - Part 114 of 180 The Ring programming language version 1.5.1 book - Part 114 of 180
The Ring programming language version 1.5.1 book - Part 114 of 180
Ā 
The Ring programming language version 1.7 book - Part 163 of 196
The Ring programming language version 1.7 book - Part 163 of 196The Ring programming language version 1.7 book - Part 163 of 196
The Ring programming language version 1.7 book - Part 163 of 196
Ā 
The Ring programming language version 1.9 book - Part 204 of 210
The Ring programming language version 1.9 book - Part 204 of 210The Ring programming language version 1.9 book - Part 204 of 210
The Ring programming language version 1.9 book - Part 204 of 210
Ā 
The Ring programming language version 1.5.3 book - Part 123 of 184
The Ring programming language version 1.5.3 book - Part 123 of 184The Ring programming language version 1.5.3 book - Part 123 of 184
The Ring programming language version 1.5.3 book - Part 123 of 184
Ā 
The Ring programming language version 1.9 book - Part 157 of 210
The Ring programming language version 1.9 book - Part 157 of 210 The Ring programming language version 1.9 book - Part 157 of 210
The Ring programming language version 1.9 book - Part 157 of 210
Ā 
The Ring programming language version 1.5.2 book - Part 129 of 181
The Ring programming language version 1.5.2 book - Part 129 of 181The Ring programming language version 1.5.2 book - Part 129 of 181
The Ring programming language version 1.5.2 book - Part 129 of 181
Ā 
The Ring programming language version 1.5.2 book - Part 106 of 181
The Ring programming language version 1.5.2 book - Part 106 of 181The Ring programming language version 1.5.2 book - Part 106 of 181
The Ring programming language version 1.5.2 book - Part 106 of 181
Ā 
The Ring programming language version 1.6 book - Part 145 of 189
The Ring programming language version 1.6 book - Part 145 of 189The Ring programming language version 1.6 book - Part 145 of 189
The Ring programming language version 1.6 book - Part 145 of 189
Ā 
The Ring programming language version 1.10 book - Part 155 of 212
The Ring programming language version 1.10 book - Part 155 of 212The Ring programming language version 1.10 book - Part 155 of 212
The Ring programming language version 1.10 book - Part 155 of 212
Ā 
The Ring programming language version 1.7 book - Part 140 of 196
The Ring programming language version 1.7 book - Part 140 of 196The Ring programming language version 1.7 book - Part 140 of 196
The Ring programming language version 1.7 book - Part 140 of 196
Ā 
The Ring programming language version 1.8 book - Part 173 of 202
The Ring programming language version 1.8 book - Part 173 of 202The Ring programming language version 1.8 book - Part 173 of 202
The Ring programming language version 1.8 book - Part 173 of 202
Ā 
The Ring programming language version 1.7 book - Part 168 of 196
The Ring programming language version 1.7 book - Part 168 of 196The Ring programming language version 1.7 book - Part 168 of 196
The Ring programming language version 1.7 book - Part 168 of 196
Ā 
The Ring programming language version 1.5.4 book - Part 146 of 185
The Ring programming language version 1.5.4 book - Part 146 of 185The Ring programming language version 1.5.4 book - Part 146 of 185
The Ring programming language version 1.5.4 book - Part 146 of 185
Ā 
The Ring programming language version 1.5.2 book - Part 134 of 181
The Ring programming language version 1.5.2 book - Part 134 of 181The Ring programming language version 1.5.2 book - Part 134 of 181
The Ring programming language version 1.5.2 book - Part 134 of 181
Ā 
The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212
Ā 
The Ring programming language version 1.5.3 book - Part 142 of 184
The Ring programming language version 1.5.3 book - Part 142 of 184The Ring programming language version 1.5.3 book - Part 142 of 184
The Ring programming language version 1.5.3 book - Part 142 of 184
Ā 

More from Mahmoud Samir Fayed

The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 191 of 212
The Ring programming language version 1.10 book - Part 191 of 212The Ring programming language version 1.10 book - Part 191 of 212
The Ring programming language version 1.10 book - Part 191 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 190 of 212
The Ring programming language version 1.10 book - Part 190 of 212The Ring programming language version 1.10 book - Part 190 of 212
The Ring programming language version 1.10 book - Part 190 of 212Mahmoud Samir Fayed
Ā 

More from Mahmoud Samir Fayed (20)

The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212
Ā 
The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212
Ā 
The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212
Ā 
The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212
Ā 
The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212
Ā 
The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212
Ā 
The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212
Ā 
The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212
Ā 
The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212
Ā 
The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212
Ā 
The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212
Ā 
The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212
Ā 
The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212
Ā 
The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212
Ā 
The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212
Ā 
The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212
Ā 
The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212
Ā 
The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212
Ā 
The Ring programming language version 1.10 book - Part 191 of 212
The Ring programming language version 1.10 book - Part 191 of 212The Ring programming language version 1.10 book - Part 191 of 212
The Ring programming language version 1.10 book - Part 191 of 212
Ā 
The Ring programming language version 1.10 book - Part 190 of 212
The Ring programming language version 1.10 book - Part 190 of 212The Ring programming language version 1.10 book - Part 190 of 212
The Ring programming language version 1.10 book - Part 190 of 212
Ā 

Recently uploaded

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
Ā 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
Ā 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
Ā 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
Ā 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
Ā 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
Ā 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
Ā 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
Ā 
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | DelhiFULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhisoniya singh
Ā 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
Ā 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
Ā 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
Ā 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
Ā 
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...Alan Dix
Ā 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
Ā 
#StandardsGoals for 2024: Whatā€™s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: Whatā€™s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: Whatā€™s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: Whatā€™s new for BISAC - Tech Forum 2024BookNet Canada
Ā 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
Ā 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
Ā 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
Ā 

Recently uploaded (20)

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
Ā 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
Ā 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
Ā 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
Ā 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
Ā 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
Ā 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
Ā 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
Ā 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
Ā 
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | DelhiFULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
Ā 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
Ā 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
Ā 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
Ā 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
Ā 
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Ā 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
Ā 
#StandardsGoals for 2024: Whatā€™s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: Whatā€™s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: Whatā€™s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: Whatā€™s new for BISAC - Tech Forum 2024
Ā 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Ā 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
Ā 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
Ā 

Ring Documentation API

  • 1. Ring Documentation, Release 1.5.1 ā€¢ GL_SRGB8 ā€¢ GL_SRGB_ALPHA ā€¢ GL_SRGB8_ALPHA8 ā€¢ GL_SLUMINANCE_ALPHA ā€¢ GL_SLUMINANCE8_ALPHA8 ā€¢ GL_SLUMINANCE ā€¢ GL_SLUMINANCE8 ā€¢ GL_COMPRESSED_SRGB ā€¢ GL_COMPRESSED_SRGB_ALPHA ā€¢ GL_COMPRESSED_SLUMINANCE ā€¢ GL_COMPRESSED_SLUMINANCE_ALPHA ā€¢ void glAccum(GLenum op,GLļ¬‚oat value) ā€¢ void glActiveTexture(GLenum texture) ā€¢ void glAlphaFunc(GLenum func,GLclampf ref) ā€¢ GLboolean glAreTexturesResident(GLsizei n,const GLuint * textures,GLboolean * residences) ā€¢ void glArrayElement(GLint i) ā€¢ void glAttachShader(GLuint program,GLuint shader) ā€¢ void glBegin(GLenum mode) ā€¢ void glBeginQuery(GLenum target,GLuint id) ā€¢ void glBindAttribLocation(GLuint program,GLuint index,const GLchar *name) ā€¢ void glBindBuffer(GLenum target,GLuint buffer) ā€¢ void glBindTexture(GLenum target,GLuint texture) ā€¢ void glBitmap(GLsizei width,GLsizei height,GLļ¬‚oat xorig,GLļ¬‚oat yorig,GLļ¬‚oat xmove,GLļ¬‚oat ymove,const GLubyte * bitmap) ā€¢ void glBlendColor(GLclampf red,GLclampf green,GLclampf blue,GLclampf alpha) ā€¢ void glBlendEquation(GLenum mode) ā€¢ void glBlendEquationSeparate(GLenum modeRGB,GLenum modeAlpha) ā€¢ void glBlendFunc(GLenum sfactor,GLenum dfactor) ā€¢ void glBlendFuncSeparate(GLenum srcRGB,GLenum dstRGB,GLenum srcAlpha,GLenum dstAlpha) ā€¢ void glBufferData(GLenum target,GLsizeiptr size,const GLvoid * data,GLenum usage) ā€¢ void glBufferSubData(GLenum target,GLintptr offset,GLsizeiptr size,const GLvoid * data) ā€¢ void glCallList(GLuint list) ā€¢ void glCallLists(GLsizei n,GLenum type,const GLvoid * lists) ā€¢ void glClear(GLbitļ¬eld mask) ā€¢ void glClearAccum(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue,GLļ¬‚oat alpha) ā€¢ void glClearColor(GLclampf red,GLclampf green,GLclampf blue,GLclampf alpha) 1015
  • 2. Ring Documentation, Release 1.5.1 ā€¢ void glClearDepth(GLclampd depth) ā€¢ void glClearIndex(GLļ¬‚oat c) ā€¢ void glClearStencil(GLint s) ā€¢ void glClientActiveTexture(GLenum texture) ā€¢ void glClipPlane(GLenum plane,const GLdouble * equation) ā€¢ void glColor3b(GLbyte red,GLbyte green,GLbyte blue) ā€¢ void glColor3s(GLshort red,GLshort green,GLshort blue) ā€¢ void glColor3i(GLint red,GLint green,GLint blue) ā€¢ void glColor3f(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue) ā€¢ void glColor3d(GLdouble red,GLdouble green,GLdouble blue) ā€¢ void glColor3ub(GLubyte red,GLubyte green,GLubyte blue) ā€¢ void glColor3us(GLushort red,GLushort green,GLushort blue) ā€¢ void glColor3ui(GLuint red,GLuint green,GLuint blue) ā€¢ void glColor4b(GLbyte red,GLbyte green,GLbyte blue,GLbyte alpha) ā€¢ void glColor4s(GLshort red,GLshort green,GLshort blue,GLshort alpha) ā€¢ void glColor4i(GLint red,GLint green,GLint blue,GLint alpha) ā€¢ void glColor4f(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue,GLļ¬‚oat alpha) ā€¢ void glColor4d(GLdouble red,GLdouble green,GLdouble blue,GLdouble alpha) ā€¢ void glColor4ub(GLubyte red,GLubyte green,GLubyte blue,GLubyte alpha) ā€¢ void glColor4us(GLushort red,GLushort green,GLushort blue,GLushort alpha) ā€¢ void glColor4ui(GLuint red,GLuint green,GLuint blue,GLuint alpha) ā€¢ void glColor3bv(const GLbyte * v) ā€¢ void glColor3sv(const GLshort * v) ā€¢ void glColor3iv(const GLint * v) ā€¢ void glColor3fv(const GLļ¬‚oat * v) ā€¢ void glColor3dv(const GLdouble * v) ā€¢ void glColor3ubv(const GLubyte * v) ā€¢ void glColor3usv(const GLushort * v) ā€¢ void glColor3uiv(const GLuint * v) ā€¢ void glColor4bv(const GLbyte * v) ā€¢ void glColor4sv(const GLshort * v) ā€¢ void glColor4iv(const GLint * v) ā€¢ void glColor4fv(const GLļ¬‚oat * v) ā€¢ void glColor4dv(const GLdouble * v) ā€¢ void glColor4ubv(const GLubyte * v) ā€¢ void glColor4usv(const GLushort * v) 1016
  • 3. Ring Documentation, Release 1.5.1 ā€¢ void glColor4uiv(const GLuint * v) ā€¢ void glColorMask(GLboolean red,GLboolean green,GLboolean blue,GLboolean alpha) ā€¢ void glColorMaterial(GLenum face,GLenum mode) ā€¢ void glColorPointer(GLint size,GLenum type,GLsizei stride,const GLvoid * pointer) ā€¢ void glColorSubTable(GLenum target,GLsizei start,GLsizei count,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glColorTable(GLenum target,GLenum internalformat,GLsizei width,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glColorTableParameterfv(GLenum target,GLenum pname,const GLļ¬‚oat * params) ā€¢ void glColorTableParameteriv(GLenum target,GLenum pname,const GLint * params) ā€¢ void glCompileShader(GLuint shader) ā€¢ void glCompressedTexImage1D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLint bor- der,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexImage2D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLsizei height,GLint border,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexImage3D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLsizei height,GLsizei depth,GLint border,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLsizei width,GLenum for- mat,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexSubImage2D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLsizei width,GLsizei height,GLenum format,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexSubImage3D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint zoff- set,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLsizei imageSize,const GLvoid * data) ā€¢ void glConvolutionFilter1D(GLenum target,GLenum internalformat,GLsizei width,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glConvolutionFilter2D(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glConvolutionParameterf(GLenum target,GLenum pname,GLļ¬‚oat params) ā€¢ void glConvolutionParameteri(GLenum target,GLenum pname,GLint params) ā€¢ void glConvolutionParameterfv(GLenum target,GLenum pname,const GLļ¬‚oat * params) ā€¢ void glConvolutionParameteriv(GLenum target,GLenum pname,const GLint * params) ā€¢ void glCopyColorSubTable(GLenum target,GLsizei start,GLint x,GLint y,GLsizei width) ā€¢ void glCopyColorTable(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width) ā€¢ void glCopyConvolutionFilter1D(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width) ā€¢ void glCopyConvolutionFilter2D(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width,GLsizei height) ā€¢ void glCopyPixels(GLint x,GLint y,GLsizei width,GLsizei height,GLenum type) ā€¢ void glCopyTexImage1D(GLenum target,GLint level,GLenum internalformat,GLint x,GLint y,GLsizei width,GLint border) 1017
  • 4. Ring Documentation, Release 1.5.1 ā€¢ void glCopyTexImage2D(GLenum target,GLint level,GLenum internalformat,GLint x,GLint y,GLsizei width,GLsizei height,GLint border) ā€¢ void glCopyTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLint x,GLint y,GLsizei width) ā€¢ void glCopyTexSubImage2D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint x,GLint y,GLsizei width,GLsizei height) ā€¢ void glCopyTexSubImage3D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint zoffset,GLint x,GLint y,GLsizei width,GLsizei height) ā€¢ GLuint glCreateProgram(void) ā€¢ GLuint glCreateShader(GLenum shaderType) ā€¢ void glCullFace(GLenum mode) ā€¢ void glDeleteBuffers(GLsizei n,const GLuint * buffers) ā€¢ void glDeleteLists(GLuint list,GLsizei range) ā€¢ void glDeleteProgram(GLuint program) ā€¢ void glDeleteQueries(GLsizei n,const GLuint * ids) ā€¢ void glDeleteShader(GLuint shader) ā€¢ void glDeleteTextures(GLsizei n,const GLuint * textures) ā€¢ void glDepthFunc(GLenum func) ā€¢ void glDepthMask(GLboolean ļ¬‚ag) ā€¢ void glDepthRange(GLclampd nearVal,GLclampd farVal) ā€¢ void glDetachShader(GLuint program,GLuint shader) ā€¢ void glEnable(GLenum cap) ā€¢ void glEnableClientState(GLenum cap) ā€¢ void glEnableVertexAttribArray(GLuint index) ā€¢ void glDisableVertexAttribArray(GLuint index) ā€¢ void glDrawArrays(GLenum mode,GLint ļ¬rst,GLsizei count) ā€¢ void glDrawBuffer(GLenum mode) ā€¢ void glDrawBuffers(GLsizei n,const GLenum *bufs) ā€¢ void glDrawElements(GLenum mode,GLsizei count,GLenum type,const GLvoid * indices) ā€¢ void glDrawPixels(GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glDrawRangeElements(GLenum mode,GLuint start,GLuint end,GLsizei count,GLenum type,const GLvoid * indices) ā€¢ void glEdgeFlag(GLboolean ļ¬‚ag) ā€¢ void glEdgeFlagPointer(GLsizei stride,const GLvoid * pointer) ā€¢ void glEnd(void) ā€¢ void glEndList(void) ā€¢ void glEndQuery(GLenum target) ā€¢ void glEvalCoord1f(GLļ¬‚oat u) 1018
  • 5. Ring Documentation, Release 1.5.1 ā€¢ void glEvalCoord1d(GLdouble u) ā€¢ void glEvalCoord2f(GLļ¬‚oat u,GLļ¬‚oat v) ā€¢ void glEvalCoord2d(GLdouble u,GLdouble v) ā€¢ void glEvalMesh1(GLenum mode,GLint i1,GLint i2) ā€¢ void glEvalPoint1(GLint i) ā€¢ void glEvalPoint2(GLint i,GLint j) ā€¢ void glFeedbackBuffer(GLsizei size,GLenum type,GLļ¬‚oat * buffer) ā€¢ void glFinish(void) ā€¢ void glFlush(void) ā€¢ void glFogf(GLenum pname,GLļ¬‚oat param) ā€¢ void glFogi(GLenum pname,GLint param) ā€¢ void glFogfv(GLenum pname,const GLļ¬‚oat * params) ā€¢ void glFogiv(GLenum pname,const GLint * params) ā€¢ void glFogCoordd(GLdouble coord) ā€¢ void glFogCoordf(GLļ¬‚oat coord) ā€¢ void glFogCoorddv(GLdouble * coord) ā€¢ void glFogCoordfv(GLļ¬‚oat * coord) ā€¢ void glFogCoordPointer(GLenum type,GLsizei stride,GLvoid * pointer) ā€¢ void glFrontFace(GLenum mode) ā€¢ void glFrustum(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearVal,GLdouble farVal) ā€¢ void glGenBuffers(GLsizei n,GLuint * buffers) ā€¢ GLuint glGenLists(GLsizei range) ā€¢ void glGenQueries(GLsizei n,GLuint * ids) ā€¢ void glGenTextures(GLsizei n,GLuint * textures) ā€¢ void glGetBooleanv(GLenum pname,GLboolean * params) ā€¢ void glGetDoublev(GLenum pname,GLdouble * params) ā€¢ void glGetFloatv(GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetIntegerv(GLenum pname,GLint * params) ā€¢ void glGetActiveAttrib(GLuint program,GLuint index,GLsizei bufSize,GLsizei *length,GLint *size,GLenum *type,GLchar *name) ā€¢ void glGetActiveUniform(GLuint program,GLuint index,GLsizei bufSize,GLsizei *length,GLint *size,GLenum *type,GLchar *name) ā€¢ void glGetAttachedShaders(GLuint program,GLsizei maxCount,GLsizei *count,GLuint *shaders) ā€¢ GLint glGetAttribLocation(GLuint program,const GLchar *name) ā€¢ void glGetBufferParameteriv(GLenum target,GLenum value,GLint * data) ā€¢ void glGetBufferPointerv(GLenum target,GLenum pname,GLvoid ** params) 1019
  • 6. Ring Documentation, Release 1.5.1 ā€¢ void glGetBufferSubData(GLenum target,GLintptr offset,GLsizeiptr size,GLvoid * data) ā€¢ void glGetClipPlane(GLenum plane,GLdouble * equation) ā€¢ void glGetColorTable(GLenum target,GLenum format,GLenum type,GLvoid * table) ā€¢ void glGetColorTableParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetColorTableParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetCompressedTexImage(GLenum target,GLint lod,GLvoid * img) ā€¢ void glGetConvolutionFilter(GLenum target,GLenum format,GLenum type,GLvoid * image) ā€¢ void glGetConvolutionParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetConvolutionParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ GLenum glGetError(void) ā€¢ void glGetHistogram(GLenum target,GLboolean reset,GLenum format,GLenum type,GLvoid * values) ā€¢ void glGetHistogramParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetHistogramParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetLightfv(GLenum light,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetLightiv(GLenum light,GLenum pname,GLint * params) ā€¢ void glGetMapdv(GLenum target,GLenum query,GLdouble * v) ā€¢ void glGetMapfv(GLenum target,GLenum query,GLļ¬‚oat * v) ā€¢ void glGetMapiv(GLenum target,GLenum query,GLint * v) ā€¢ void glGetMaterialfv(GLenum face,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetMaterialiv(GLenum face,GLenum pname,GLint * params) ā€¢ void glGetMinmax(GLenum target,GLboolean reset,GLenum format,GLenum types,GLvoid * values) ā€¢ void glGetMinmaxParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetMinmaxParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetPixelMapfv(GLenum map,GLļ¬‚oat * data) ā€¢ void glGetPixelMapuiv(GLenum map,GLuint * data) ā€¢ void glGetPixelMapusv(GLenum map,GLushort * data) ā€¢ void glGetPointerv(GLenum pname,GLvoid ** params) ā€¢ void glGetPolygonStipple(GLubyte * pattern) ā€¢ void glGetProgramiv(GLuint program,GLenum pname,GLint *params) ā€¢ void glGetProgramInfoLog(GLuint program,GLsizei maxLength,GLsizei *length,GLchar *infoLog) ā€¢ void glGetQueryObjectiv(GLuint id,GLenum pname,GLint * params) ā€¢ void glGetQueryObjectuiv(GLuint id,GLenum pname,GLuint * params) ā€¢ void glGetQueryiv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetSeparableFilter(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * col- umn,GLvoid * span) ā€¢ void glGetShaderiv(GLuint shader,GLenum pname,GLint *params) 1020
  • 7. Ring Documentation, Release 1.5.1 ā€¢ void glGetShaderInfoLog(GLuint shader,GLsizei maxLength,GLsizei *length,GLchar *infoLog) ā€¢ void glGetShaderSource(GLuint shader,GLsizei bufSize,GLsizei *length,GLchar *source) ā€¢ const GLubyte* glGetString(GLenum name) ā€¢ void glGetTexEnvfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetTexEnviv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetTexGendv(GLenum coord,GLenum pname,GLdouble * params) ā€¢ void glGetTexGenfv(GLenum coord,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetTexGeniv(GLenum coord,GLenum pname,GLint * params) ā€¢ void glGetTexImage(GLenum target,GLint level,GLenum format,GLenum type,GLvoid * img) ā€¢ void glGetTexLevelParameterfv(GLenum target,GLint level,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetTexLevelParameteriv(GLenum target,GLint level,GLenum pname,GLint * params) ā€¢ void glGetTexParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetTexParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetUniformfv(GLuint program,GLint location,GLļ¬‚oat *params) ā€¢ void glGetUniformiv(GLuint program,GLint location,GLint *params) ā€¢ GLint glGetUniformLocation(GLuint program,const GLchar *name) ā€¢ void glGetVertexAttribdv(GLuint index,GLenum pname,GLdouble *params) ā€¢ void glGetVertexAttribfv(GLuint index,GLenum pname,GLļ¬‚oat *params) ā€¢ void glGetVertexAttribiv(GLuint index,GLenum pname,GLint *params) ā€¢ void glGetVertexAttribPointerv(GLuint index,GLenum pname,GLvoid **pointer) ā€¢ void glHint(GLenum target,GLenum mode) ā€¢ void glHistogram(GLenum target,GLsizei width,GLenum internalformat,GLboolean sink) ā€¢ void glIndexs(GLshort c) ā€¢ void glIndexi(GLint c) ā€¢ void glIndexf(GLļ¬‚oat c) ā€¢ void glIndexd(GLdouble c) ā€¢ void glIndexub(GLubyte c) ā€¢ void glIndexsv(const GLshort * c) ā€¢ void glIndexiv(const GLint * c) ā€¢ void glIndexfv(const GLļ¬‚oat * c) ā€¢ void glIndexdv(const GLdouble * c) ā€¢ void glIndexubv(const GLubyte * c) ā€¢ void glIndexMask(GLuint mask) ā€¢ void glIndexPointer(GLenum type,GLsizei stride,const GLvoid * pointer) ā€¢ void glInitNames(void) ā€¢ void glInterleavedArrays(GLenum format,GLsizei stride,const GLvoid * pointer) 1021
  • 8. Ring Documentation, Release 1.5.1 ā€¢ GLboolean glIsBuffer(GLuint buffer) ā€¢ GLboolean glIsEnabled(GLenum cap) ā€¢ GLboolean glIsList(GLuint list) ā€¢ GLboolean glIsProgram(GLuint program) ā€¢ GLboolean glIsQuery(GLuint id) ā€¢ GLboolean glIsShader(GLuint shader) ā€¢ GLboolean glIsTexture(GLuint texture) ā€¢ void glLightf(GLenum light,GLenum pname,GLļ¬‚oat param) ā€¢ void glLighti(GLenum light,GLenum pname,GLint param) ā€¢ void glLightfv(GLenum light,GLenum pname,const GLļ¬‚oat * params) ā€¢ void glLightiv(GLenum light,GLenum pname,const GLint * params) ā€¢ void glLightModelf(GLenum pname,GLļ¬‚oat param) ā€¢ void glLightModeli(GLenum pname,GLint param) ā€¢ void glLightModelfv(GLenum pname,const GLļ¬‚oat * params) ā€¢ void glLightModeliv(GLenum pname,const GLint * params) ā€¢ void glLineStipple(GLint factor,GLushort pattern) ā€¢ void glLineWidth(GLļ¬‚oat width) ā€¢ void glLinkProgram(GLuint program) ā€¢ void glListBase(GLuint base) ā€¢ void glLoadIdentity(void) ā€¢ void glLoadMatrixd(const GLdouble * m) ā€¢ void glLoadMatrixf(const GLļ¬‚oat * m) ā€¢ void glLoadName(GLuint name) ā€¢ void glLoadTransposeMatrixd(const GLdouble * m) ā€¢ void glLoadTransposeMatrixf(const GLļ¬‚oat * m) ā€¢ void glLogicOp(GLenum opcode) ā€¢ void glMap1f(GLenum target,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint stride,GLint order,const GLļ¬‚oat * points) ā€¢ void glMap1d(GLenum target,GLdouble u1,GLdouble u2,GLint stride,GLint order,const GLdouble * points) ā€¢ void glMap2f(GLenum target,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint ustride,GLint uorder,GLļ¬‚oat v1,GLļ¬‚oat v2,GLint vstride,GLint vorder,const GLļ¬‚oat * points) ā€¢ void glMap2d(GLenum target,GLdouble u1,GLdouble u2,GLint ustride,GLint uorder,GLdouble v1,GLdouble v2,GLint vstride,GLint vorder,const GLdouble * points) ā€¢ void * glMapBuffer(GLenum target,GLenum access) ā€¢ void glMapGrid1d(GLint un,GLdouble u1,GLdouble u2) ā€¢ void glMapGrid1f(GLint un,GLļ¬‚oat u1,GLļ¬‚oat u2) ā€¢ void glMapGrid2d(GLint un,GLdouble u1,GLdouble u2,GLint vn,GLdouble v1,GLdouble v2) ā€¢ void glMapGrid2f(GLint un,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint vn,GLļ¬‚oat v1,GLļ¬‚oat v2) 1022
  • 9. Ring Documentation, Release 1.5.1 ā€¢ void glMaterialf(GLenum face,GLenum pname,GLļ¬‚oat param) ā€¢ void glMateriali(GLenum face,GLenum pname,GLint param) ā€¢ void glMatrixMode(GLenum mode) ā€¢ void glMinmax(GLenum target,GLenum internalformat,GLboolean sink) ā€¢ void glMultMatrixd(const GLdouble * m) ā€¢ void glMultMatrixf(const GLļ¬‚oat * m) ā€¢ void glMultTransposeMatrixd(const GLdouble * m) ā€¢ void glMultTransposeMatrixf(const GLļ¬‚oat * m) ā€¢ void glMultiDrawArrays(GLenum mode,GLint * ļ¬rst,GLsizei * count,GLsizei primcount) ā€¢ void glMultiDrawElements(GLenum mode,const GLsizei * count,GLenum type,const GLvoid ** in- dices,GLsizei primcount) ā€¢ void glMultiTexCoord1s(GLenum target,GLshort s) ā€¢ void glMultiTexCoord1i(GLenum target,GLint s) ā€¢ void glMultiTexCoord1f(GLenum target,GLļ¬‚oat s) ā€¢ void glMultiTexCoord1d(GLenum target,GLdouble s) ā€¢ void glMultiTexCoord2s(GLenum target,GLshort s,GLshort t) ā€¢ void glMultiTexCoord2i(GLenum target,GLint s,GLint t) ā€¢ void glMultiTexCoord2f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t) ā€¢ void glMultiTexCoord2d(GLenum target,GLdouble s,GLdouble t) ā€¢ void glMultiTexCoord3s(GLenum target,GLshort s,GLshort t,GLshort r) ā€¢ void glMultiTexCoord3i(GLenum target,GLint s,GLint t,GLint r) ā€¢ void glMultiTexCoord3f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t,GLļ¬‚oat r) ā€¢ void glMultiTexCoord3d(GLenum target,GLdouble s,GLdouble t,GLdouble r) ā€¢ void glMultiTexCoord4s(GLenum target,GLshort s,GLshort t,GLshort r,GLshort q) ā€¢ void glMultiTexCoord4i(GLenum target,GLint s,GLint t,GLint r,GLint q) ā€¢ void glMultiTexCoord4f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t,GLļ¬‚oat r,GLļ¬‚oat q) ā€¢ void glMultiTexCoord4d(GLenum target,GLdouble s,GLdouble t,GLdouble r,GLdouble q) ā€¢ void glMultiTexCoord1sv(GLenum target,const GLshort * v) ā€¢ void glMultiTexCoord1iv(GLenum target,const GLint * v) ā€¢ void glMultiTexCoord1fv(GLenum target,const GLļ¬‚oat * v) ā€¢ void glMultiTexCoord1dv(GLenum target,const GLdouble * v) ā€¢ void glMultiTexCoord2sv(GLenum target,const GLshort * v) ā€¢ void glMultiTexCoord2iv(GLenum target,const GLint * v) ā€¢ void glMultiTexCoord2fv(GLenum target,const GLļ¬‚oat * v) ā€¢ void glMultiTexCoord2dv(GLenum target,const GLdouble * v) ā€¢ void glMultiTexCoord3sv(GLenum target,const GLshort * v) 1023
  • 10. Ring Documentation, Release 1.5.1 ā€¢ void glMultiTexCoord3iv(GLenum target,const GLint * v) ā€¢ void glMultiTexCoord3fv(GLenum target,const GLļ¬‚oat * v) ā€¢ void glMultiTexCoord3dv(GLenum target,const GLdouble * v) ā€¢ void glMultiTexCoord4sv(GLenum target,const GLshort * v) ā€¢ void glMultiTexCoord4iv(GLenum target,const GLint * v) ā€¢ void glMultiTexCoord4fv(GLenum target,const GLļ¬‚oat * v) ā€¢ void glMultiTexCoord4dv(GLenum target,const GLdouble * v) ā€¢ void glNewList(GLuint list,GLenum mode) ā€¢ void glNormal3b(GLbyte nx,GLbyte ny,GLbyte nz) ā€¢ void glNormal3d(GLdouble nx,GLdouble ny,GLdouble nz) ā€¢ void glNormal3f(GLļ¬‚oat nx,GLļ¬‚oat ny,GLļ¬‚oat nz) ā€¢ void glNormal3i(GLint nx,GLint ny,GLint nz) ā€¢ void glNormal3s(GLshort nx,GLshort ny,GLshort nz) ā€¢ void glNormal3bv(const GLbyte * v) ā€¢ void glNormal3dv(const GLdouble * v) ā€¢ void glNormal3fv(const GLļ¬‚oat * v) ā€¢ void glNormal3iv(const GLint * v) ā€¢ void glNormal3sv(const GLshort * v) ā€¢ void glNormalPointer(GLenum type,GLsizei stride,const GLvoid * pointer) ā€¢ void glOrtho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearVal,GLdouble far- Val) ā€¢ void glPassThrough(GLļ¬‚oat token) ā€¢ void glPixelMapfv(GLenum map,GLsizei mapsize,const GLļ¬‚oat * values) ā€¢ void glPixelMapuiv(GLenum map,GLsizei mapsize,const GLuint * values) ā€¢ void glPixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values) ā€¢ void glPixelStoref(GLenum pname,GLļ¬‚oat param) ā€¢ void glPixelStorei(GLenum pname,GLint param) ā€¢ void glPixelTransferf(GLenum pname,GLļ¬‚oat param) ā€¢ void glPixelTransferi(GLenum pname,GLint param) ā€¢ void glPixelZoom(GLļ¬‚oat xfactor,GLļ¬‚oat yfactor) ā€¢ void glPointParameterf(GLenum pname,GLļ¬‚oat param) ā€¢ void glPointParameteri(GLenum pname,GLint param) ā€¢ void glPointSize(GLļ¬‚oat size) ā€¢ void glPolygonMode(GLenum face,GLenum mode) ā€¢ void glPolygonOffset(GLļ¬‚oat factor,GLļ¬‚oat units) ā€¢ void glPolygonStipple(const GLubyte * pattern) 1024