SlideShare a Scribd company logo
Ring Documentation, Release 1.8
• GL_TEXTURE20
• GL_TEXTURE21
• GL_TEXTURE22
• GL_TEXTURE23
• GL_TEXTURE24
• GL_TEXTURE25
• GL_TEXTURE26
• GL_TEXTURE27
• GL_TEXTURE28
• GL_TEXTURE29
• GL_TEXTURE30
• GL_TEXTURE31
• GL_ACTIVE_TEXTURE
• GL_CLIENT_ACTIVE_TEXTURE
• GL_MAX_TEXTURE_UNITS
• GL_TRANSPOSE_MODELVIEW_MATRIX
• GL_TRANSPOSE_PROJECTION_MATRIX
• GL_TRANSPOSE_TEXTURE_MATRIX
• GL_TRANSPOSE_COLOR_MATRIX
• GL_SUBTRACT
• GL_COMPRESSED_ALPHA
• GL_COMPRESSED_LUMINANCE
• GL_COMPRESSED_LUMINANCE_ALPHA
• GL_COMPRESSED_INTENSITY
• GL_COMPRESSED_RGB
• GL_COMPRESSED_RGBA
• GL_TEXTURE_COMPRESSION_HINT
• GL_NORMAL_MAP
• GL_REFLECTION_MAP
• GL_TEXTURE_CUBE_MAP
• GL_TEXTURE_BINDING_CUBE_MAP
• GL_TEXTURE_CUBE_MAP_POSITIVE_X
• GL_TEXTURE_CUBE_MAP_NEGATIVE_X
• GL_TEXTURE_CUBE_MAP_POSITIVE_Y
• GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
• GL_TEXTURE_CUBE_MAP_POSITIVE_Z
1341
Ring Documentation, Release 1.8
• GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
• GL_PROXY_TEXTURE_CUBE_MAP
• GL_MAX_CUBE_MAP_TEXTURE_SIZE
• GL_COMBINE
• GL_COMBINE_RGB
• GL_COMBINE_ALPHA
• GL_RGB_SCALE
• GL_ADD_SIGNED
• GL_INTERPOLATE
• GL_CONSTANT
• GL_PRIMARY_COLOR
• GL_PREVIOUS
• GL_SOURCE0_RGB
• GL_SOURCE1_RGB
• GL_SOURCE2_RGB
• GL_SOURCE0_ALPHA
• GL_SOURCE1_ALPHA
• GL_SOURCE2_ALPHA
• GL_OPERAND0_RGB
• GL_OPERAND1_RGB
• GL_OPERAND2_RGB
• GL_OPERAND0_ALPHA
• GL_OPERAND1_ALPHA
• GL_OPERAND2_ALPHA
• GL_TEXTURE_COMPRESSED_IMAGE_SIZE
• GL_TEXTURE_COMPRESSED
• GL_NUM_COMPRESSED_TEXTURE_FORMATS
• GL_COMPRESSED_TEXTURE_FORMATS
• GL_DOT3_RGB
• GL_DOT3_RGBA
• GL_MULTISAMPLE_BIT
• GL_BLEND_DST_RGB
• GL_BLEND_SRC_RGB
• GL_BLEND_DST_ALPHA
• GL_BLEND_SRC_ALPHA
• GL_POINT_SIZE_MIN
1342
Ring Documentation, Release 1.8
• GL_POINT_SIZE_MAX
• GL_POINT_FADE_THRESHOLD_SIZE
• GL_POINT_DISTANCE_ATTENUATION
• GL_GENERATE_MIPMAP
• GL_GENERATE_MIPMAP_HINT
• GL_DEPTH_COMPONENT16
• GL_DEPTH_COMPONENT24
• GL_DEPTH_COMPONENT32
• GL_MIRRORED_REPEAT
• GL_FOG_COORDINATE_SOURCE
• GL_FOG_COORDINATE
• GL_FRAGMENT_DEPTH
• GL_CURRENT_FOG_COORDINATE
• GL_FOG_COORDINATE_ARRAY_TYPE
• GL_FOG_COORDINATE_ARRAY_STRIDE
• GL_FOG_COORDINATE_ARRAY_POINTER
• GL_FOG_COORDINATE_ARRAY
• GL_COLOR_SUM
• GL_CURRENT_SECONDARY_COLOR
• GL_SECONDARY_COLOR_ARRAY_SIZE
• GL_SECONDARY_COLOR_ARRAY_TYPE
• GL_SECONDARY_COLOR_ARRAY_STRIDE
• GL_SECONDARY_COLOR_ARRAY_POINTER
• GL_SECONDARY_COLOR_ARRAY
• GL_MAX_TEXTURE_LOD_BIAS
• GL_TEXTURE_FILTER_CONTROL
• GL_TEXTURE_LOD_BIAS
• GL_INCR_WRAP
• GL_DECR_WRAP
• GL_TEXTURE_DEPTH_SIZE
• GL_DEPTH_TEXTURE_MODE
• GL_TEXTURE_COMPARE_MODE
• GL_TEXTURE_COMPARE_FUNC
• GL_COMPARE_R_TO_TEXTURE
• GL_CURRENT_FOG_COORD
• GL_FOG_COORD
1343
Ring Documentation, Release 1.8
• GL_FOG_COORD_ARRAY
• GL_FOG_COORD_ARRAY_BUFFER_BINDING
• GL_FOG_COORD_ARRAY_POINTER
• GL_FOG_COORD_ARRAY_STRIDE
• GL_FOG_COORD_ARRAY_TYPE
• GL_FOG_COORD_SRC
• GL_SRC0_ALPHA
• GL_SRC0_RGB
• GL_SRC1_ALPHA
• GL_SRC1_RGB
• GL_SRC2_ALPHA
• GL_SRC2_RGB
• GL_BUFFER_SIZE
• GL_BUFFER_USAGE
• GL_QUERY_COUNTER_BITS
• GL_CURRENT_QUERY
• GL_QUERY_RESULT
• GL_QUERY_RESULT_AVAILABLE
• GL_ARRAY_BUFFER
• GL_ELEMENT_ARRAY_BUFFER
• GL_ARRAY_BUFFER_BINDING
• GL_ELEMENT_ARRAY_BUFFER_BINDING
• GL_VERTEX_ARRAY_BUFFER_BINDING
• GL_NORMAL_ARRAY_BUFFER_BINDING
• GL_COLOR_ARRAY_BUFFER_BINDING
• GL_INDEX_ARRAY_BUFFER_BINDING
• GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING
• GL_EDGE_FLAG_ARRAY_BUFFER_BINDING
• GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING
• GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING
• GL_WEIGHT_ARRAY_BUFFER_BINDING
• GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING
• GL_READ_ONLY
• GL_WRITE_ONLY
• GL_READ_WRITE
• GL_BUFFER_ACCESS
1344
Ring Documentation, Release 1.8
• GL_BUFFER_MAPPED
• GL_BUFFER_MAP_POINTER
• GL_STREAM_DRAW
• GL_STREAM_READ
• GL_STREAM_COPY
• GL_STATIC_DRAW
• GL_STATIC_READ
• GL_STATIC_COPY
• GL_DYNAMIC_DRAW
• GL_DYNAMIC_READ
• GL_DYNAMIC_COPY
• GL_SAMPLES_PASSED
• void glAccum(GLenum op, GLfloat value)
• void glAlphaFunc(GLenum func, GLclampf ref)
• GLboolean glAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences)
• void glArrayElement(GLint i)
• void glBegin(GLenum mode)
• void glBindTexture(GLenum target, GLuint texture)
• void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
const GLubyte *bitmap)
• void glBlendFunc(GLenum sfactor, GLenum dfactor)
• void glCallList(GLuint list)
• void glCallLists(GLsizei n, GLenum type, const void *lists)
• void glClear(GLbitfield mask)
• void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
• void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
• void glClearDepth(GLclampd depth)
• void glClearIndex(GLfloat c)
• void glClearStencil(GLint s)
• void glClipPlane(GLenum plane, const GLdouble *equation)
• void glColor3b(GLbyte red, GLbyte green, GLbyte blue)
• void glColor3bv(const GLbyte *v)
• void glColor3d(GLdouble red, GLdouble green, GLdouble blue)
• void glColor3dv(const GLdouble *v)
• void glColor3f(GLfloat red, GLfloat green, GLfloat blue)
• void glColor3fv(const GLfloat *v)
1345
Ring Documentation, Release 1.8
• void glColor3i(GLint red, GLint green, GLint blue)
• void glColor3iv(const GLint *v)
• void glColor3s(GLshort red, GLshort green, GLshort blue)
• void glColor3sv(const GLshort *v)
• void glColor3ub(GLubyte red, GLubyte green, GLubyte blue)
• void glColor3ubv(const GLubyte *v)
• void glColor3ui(GLuint red, GLuint green, GLuint blue)
• void glColor3uiv(const GLuint *v)
• void glColor3us(GLushort red, GLushort green, GLushort blue)
• void glColor3usv(const GLushort *v)
• void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
• void glColor4bv(const GLbyte *v)
• void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
• void glColor4dv(const GLdouble *v)
• void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
• void glColor4fv(const GLfloat *v)
• void glColor4i(GLint red, GLint green, GLint blue, GLint alpha)
• void glColor4iv(const GLint *v)
• void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha)
• void glColor4sv(const GLshort *v)
• void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
• void glColor4ubv(const GLubyte *v)
• void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha)
• void glColor4uiv(const GLuint *v)
• void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha)
• void glColor4usv(const GLushort *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 void *pointer)
• 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)
• 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, GL-
sizei width, GLsizei height)
1346
Ring Documentation, Release 1.8
• void glCullFace(GLenum mode)
• void glDeleteLists(GLuint list, GLsizei range)
• void glDeleteTextures(GLsizei n, const GLuint *textures)
• void glDepthFunc(GLenum func)
• void glDepthMask(GLboolean flag)
• void glDepthRange(GLclampd zNear, GLclampd zFar)
• void glDisable(GLenum cap)
• void glDisableClientState(GLenum array)
• void glDrawArrays(GLenum mode, GLint first, GLsizei count)
• void glDrawBuffer(GLenum mode)
• void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices)
• void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels)
• void glEdgeFlag(GLboolean flag)
• void glEdgeFlagPointer(GLsizei stride, const void *pointer)
• void glEdgeFlagv(const GLboolean *flag)
• void glEnable(GLenum cap)
• void glEnableClientState(GLenum array)
• void glEnd(void)
• void glEndList(void)
• void glEvalCoord1d(GLdouble u)
• void glEvalCoord1dv(const GLdouble *u)
• void glEvalCoord1f(GLfloat u)
• void glEvalCoord1fv(const GLfloat *u)
• void glEvalCoord2d(GLdouble u, GLdouble v)
• void glEvalCoord2dv(const GLdouble *u)
• void glEvalCoord2f(GLfloat u, GLfloat v)
• void glEvalCoord2fv(const GLfloat *u)
• void glEvalMesh1(GLenum mode, GLint i1, GLint i2)
• void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
• void glEvalPoint1(GLint i)
• void glEvalPoint2(GLint i, GLint j)
• void glFeedbackBuffer(GLsizei size, GLenum type, GLfloat *buffer)
• void glFinish(void)
• void glFlush(void)
• void glFogf(GLenum pname, GLfloat param)
• void glFogfv(GLenum pname, const GLfloat *params)
1347
Ring Documentation, Release 1.8
• void glFogi(GLenum pname, GLint param)
• void glFogiv(GLenum pname, const GLint *params)
• void glFrontFace(GLenum mode)
• void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble
zFar)
• GLuint glGenLists(GLsizei range)
• void glGenTextures(GLsizei n, GLuint *textures)
• void glGetBooleanv(GLenum pname, GLboolean *params)
• void glGetClipPlane(GLenum plane, GLdouble *equation)
• void glGetDoublev(GLenum pname, GLdouble *params)
• GLenum glGetError(void)
• void glGetFloatv(GLenum pname, GLfloat *params)
• void glGetIntegerv(GLenum pname, GLint *params)
• void glGetLightfv(GLenum light, GLenum pname, GLfloat *params)
• void glGetLightiv(GLenum light, GLenum pname, GLint *params)
• void glGetMapdv(GLenum target, GLenum query, GLdouble *v)
• void glGetMapfv(GLenum target, GLenum query, GLfloat *v)
• void glGetMapiv(GLenum target, GLenum query, GLint *v)
• void glGetMaterialfv(GLenum face, GLenum pname, GLfloat *params)
• void glGetMaterialiv(GLenum face, GLenum pname, GLint *params)
• void glGetPixelMapfv(GLenum map, GLfloat *values)
• void glGetPixelMapuiv(GLenum map, GLuint *values)
• void glGetPixelMapusv(GLenum map, GLushort *values)
• void glGetPointerv(GLenum pname, void* *params)
• void glGetPolygonStipple(GLubyte *mask)
• GLubyte * glGetString(GLenum name)
• void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params)
• void glGetTexEnviv(GLenum target, GLenum pname, GLint *params)
• void glGetTexGendv(GLenum coord, GLenum pname, GLdouble *params)
• void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat *params)
• void glGetTexGeniv(GLenum coord, GLenum pname, GLint *params)
• void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels)
• void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params)
• void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint *params)
• void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params)
• void glGetTexParameteriv(GLenum target, GLenum pname, GLint *params)
1348
Ring Documentation, Release 1.8
• void glHint(GLenum target, GLenum mode)
• void glIndexMask(GLuint mask)
• void glIndexPointer(GLenum type, GLsizei stride, const void *pointer)
• void glIndexd(GLdouble c)
• void glIndexdv(const GLdouble *c)
• void glIndexf(GLfloat c)
• void glIndexfv(const GLfloat *c)
• void glIndexi(GLint c)
• void glIndexiv(const GLint *c)
• void glIndexs(GLshort c)
• void glIndexsv(const GLshort *c)
• void glIndexub(GLubyte c)
• void glIndexubv(const GLubyte *c)
• void glInitNames(void)
• void glInterleavedArrays(GLenum format, GLsizei stride, const void *pointer)
• GLboolean glIsEnabled(GLenum cap)
• GLboolean glIsList(GLuint list)
• GLboolean glIsTexture(GLuint texture)
• void glLightModelf(GLenum pname, GLfloat param)
• void glLightModelfv(GLenum pname, const GLfloat *params)
• void glLightModeli(GLenum pname, GLint param)
• void glLightModeliv(GLenum pname, const GLint *params)
• void glLightf(GLenum light, GLenum pname, GLfloat param)
• void glLightfv(GLenum light, GLenum pname, const GLfloat *params)
• void glLighti(GLenum light, GLenum pname, GLint param)
• void glLightiv(GLenum light, GLenum pname, const GLint *params)
• void glLineStipple(GLint factor, GLushort pattern)
• void glLineWidth(GLfloat width)
• void glListBase(GLuint base)
• void glLoadIdentity(void)
• void glLoadMatrixd(const GLdouble *m)
• void glLoadMatrixf(const GLfloat *m)
• void glLoadName(GLuint name)
• void glLogicOp(GLenum opcode)
• void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
• void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
1349
Ring Documentation, Release 1.8
• void glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdou-
ble v2, GLint vstride, GLint vorder, const GLdouble *points)
• void glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2,
GLint vstride, GLint vorder, const GLfloat *points)
• void glMapGrid1d(GLint un, GLdouble u1, GLdouble u2)
• void glMapGrid1f(GLint un, GLfloat u1, GLfloat u2)
• void glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
• void glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
• void glMaterialf(GLenum face, GLenum pname, GLfloat param)
• void glMaterialfv(GLenum face, GLenum pname, const GLfloat *params)
• void glMateriali(GLenum face, GLenum pname, GLint param)
• void glMaterialiv(GLenum face, GLenum pname, const GLint *params)
• void glMatrixMode(GLenum mode)
• void glMultMatrixd(const GLdouble *m)
• void glMultMatrixf(const GLfloat *m)
• void glNewList(GLuint list, GLenum mode)
• void glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz)
• void glNormal3bv(const GLbyte *v)
• void glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz)
• void glNormal3dv(const GLdouble *v)
• void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz)
• void glNormal3fv(const GLfloat *v)
• void glNormal3i(GLint nx, GLint ny, GLint nz)
• void glNormal3iv(const GLint *v)
• void glNormal3s(GLshort nx, GLshort ny, GLshort nz)
• void glNormal3sv(const GLshort *v)
• void glNormalPointer(GLenum type, GLsizei stride, const void *pointer)
• void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble
zFar)
• void glPassThrough(GLfloat token)
• void glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values)
• void glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values)
• void glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values)
• void glPixelStoref(GLenum pname, GLfloat param)
• void glPixelStorei(GLenum pname, GLint param)
• void glPixelTransferf(GLenum pname, GLfloat param)
• void glPixelTransferi(GLenum pname, GLint param)
1350
Ad

More Related Content

What's hot (20)

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
Mahmoud Samir Fayed
 
The Ring programming language version 1.6 book - Part 164 of 189
The Ring programming language version 1.6 book - Part 164 of 189The Ring programming language version 1.6 book - Part 164 of 189
The Ring programming language version 1.6 book - Part 164 of 189
Mahmoud Samir Fayed
 
The Ring programming language version 1.9 book - Part 180 of 210
The Ring programming language version 1.9 book - Part 180 of 210The Ring programming language version 1.9 book - Part 180 of 210
The Ring programming language version 1.9 book - Part 180 of 210
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 142 of 180
The Ring programming language version 1.5.1 book - Part 142 of 180 The Ring programming language version 1.5.1 book - Part 142 of 180
The Ring programming language version 1.5.1 book - Part 142 of 180
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.2 book - Part 115 of 181
The Ring programming language version 1.5.2 book - Part 115 of 181The Ring programming language version 1.5.2 book - Part 115 of 181
The Ring programming language version 1.5.2 book - Part 115 of 181
Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 187 of 212
The Ring programming language version 1.10 book - Part 187 of 212The Ring programming language version 1.10 book - Part 187 of 212
The Ring programming language version 1.10 book - Part 187 of 212
Mahmoud Samir Fayed
 
The Ring programming language version 1.7 book - Part 149 of 196
The Ring programming language version 1.7 book - Part 149 of 196The Ring programming language version 1.7 book - Part 149 of 196
The Ring programming language version 1.7 book - Part 149 of 196
Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 164 of 212
The Ring programming language version 1.10 book - Part 164 of 212The Ring programming language version 1.10 book - Part 164 of 212
The Ring programming language version 1.10 book - Part 164 of 212
Mahmoud Samir Fayed
 
The Ring programming language version 1.7 book - Part 136 of 196
The Ring programming language version 1.7 book - Part 136 of 196The Ring programming language version 1.7 book - Part 136 of 196
The Ring programming language version 1.7 book - Part 136 of 196
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.4 book - Part 132 of 185
The Ring programming language version 1.5.4 book - Part 132 of 185The Ring programming language version 1.5.4 book - Part 132 of 185
The Ring programming language version 1.5.4 book - Part 132 of 185
Mahmoud 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.10 book - Part 151 of 212
The Ring programming language version 1.10 book - Part 151 of 212The Ring programming language version 1.10 book - Part 151 of 212
The Ring programming language version 1.10 book - Part 151 of 212
Mahmoud Samir Fayed
 
The Ring programming language version 1.8 book - Part 155 of 202
The Ring programming language version 1.8 book - Part 155 of 202The Ring programming language version 1.8 book - Part 155 of 202
The Ring programming language version 1.8 book - Part 155 of 202
Mahmoud 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 196
Mahmoud Samir Fayed
 
The Ring programming language version 1.9 book - Part 199 of 210
The Ring programming language version 1.9 book - Part 199 of 210The Ring programming language version 1.9 book - Part 199 of 210
The Ring programming language version 1.9 book - Part 199 of 210
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.2 book - Part 124 of 181
The Ring programming language version 1.5.2 book - Part 124 of 181The Ring programming language version 1.5.2 book - Part 124 of 181
The Ring programming language version 1.5.2 book - Part 124 of 181
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 123 of 180
The Ring programming language version 1.5.1 book - Part 123 of 180 The Ring programming language version 1.5.1 book - Part 123 of 180
The Ring programming language version 1.5.1 book - Part 123 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 212
Mahmoud Samir Fayed
 
The Ring programming language version 1.9 book - Part 166 of 210
The Ring programming language version 1.9 book - Part 166 of 210 The Ring programming language version 1.9 book - Part 166 of 210
The Ring programming language version 1.9 book - Part 166 of 210
Mahmoud 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 189
Mahmoud 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 185
Mahmoud Samir Fayed
 
The Ring programming language version 1.6 book - Part 164 of 189
The Ring programming language version 1.6 book - Part 164 of 189The Ring programming language version 1.6 book - Part 164 of 189
The Ring programming language version 1.6 book - Part 164 of 189
Mahmoud Samir Fayed
 
The Ring programming language version 1.9 book - Part 180 of 210
The Ring programming language version 1.9 book - Part 180 of 210The Ring programming language version 1.9 book - Part 180 of 210
The Ring programming language version 1.9 book - Part 180 of 210
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 142 of 180
The Ring programming language version 1.5.1 book - Part 142 of 180 The Ring programming language version 1.5.1 book - Part 142 of 180
The Ring programming language version 1.5.1 book - Part 142 of 180
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.2 book - Part 115 of 181
The Ring programming language version 1.5.2 book - Part 115 of 181The Ring programming language version 1.5.2 book - Part 115 of 181
The Ring programming language version 1.5.2 book - Part 115 of 181
Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 187 of 212
The Ring programming language version 1.10 book - Part 187 of 212The Ring programming language version 1.10 book - Part 187 of 212
The Ring programming language version 1.10 book - Part 187 of 212
Mahmoud Samir Fayed
 
The Ring programming language version 1.7 book - Part 149 of 196
The Ring programming language version 1.7 book - Part 149 of 196The Ring programming language version 1.7 book - Part 149 of 196
The Ring programming language version 1.7 book - Part 149 of 196
Mahmoud Samir Fayed
 
The Ring programming language version 1.10 book - Part 164 of 212
The Ring programming language version 1.10 book - Part 164 of 212The Ring programming language version 1.10 book - Part 164 of 212
The Ring programming language version 1.10 book - Part 164 of 212
Mahmoud Samir Fayed
 
The Ring programming language version 1.7 book - Part 136 of 196
The Ring programming language version 1.7 book - Part 136 of 196The Ring programming language version 1.7 book - Part 136 of 196
The Ring programming language version 1.7 book - Part 136 of 196
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.4 book - Part 132 of 185
The Ring programming language version 1.5.4 book - Part 132 of 185The Ring programming language version 1.5.4 book - Part 132 of 185
The Ring programming language version 1.5.4 book - Part 132 of 185
Mahmoud 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.10 book - Part 151 of 212
The Ring programming language version 1.10 book - Part 151 of 212The Ring programming language version 1.10 book - Part 151 of 212
The Ring programming language version 1.10 book - Part 151 of 212
Mahmoud Samir Fayed
 
The Ring programming language version 1.8 book - Part 155 of 202
The Ring programming language version 1.8 book - Part 155 of 202The Ring programming language version 1.8 book - Part 155 of 202
The Ring programming language version 1.8 book - Part 155 of 202
Mahmoud 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 196
Mahmoud Samir Fayed
 
The Ring programming language version 1.9 book - Part 199 of 210
The Ring programming language version 1.9 book - Part 199 of 210The Ring programming language version 1.9 book - Part 199 of 210
The Ring programming language version 1.9 book - Part 199 of 210
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.2 book - Part 124 of 181
The Ring programming language version 1.5.2 book - Part 124 of 181The Ring programming language version 1.5.2 book - Part 124 of 181
The Ring programming language version 1.5.2 book - Part 124 of 181
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.1 book - Part 123 of 180
The Ring programming language version 1.5.1 book - Part 123 of 180 The Ring programming language version 1.5.1 book - Part 123 of 180
The Ring programming language version 1.5.1 book - Part 123 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 212
Mahmoud Samir Fayed
 
The Ring programming language version 1.9 book - Part 166 of 210
The Ring programming language version 1.9 book - Part 166 of 210 The Ring programming language version 1.9 book - Part 166 of 210
The Ring programming language version 1.9 book - Part 166 of 210
Mahmoud 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 189
Mahmoud 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
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud 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 212
Mahmoud Samir Fayed
 
Ad

Recently uploaded (20)

Albert Pintoy - A Distinguished Software Engineer
Albert Pintoy - A Distinguished Software EngineerAlbert Pintoy - A Distinguished Software Engineer
Albert Pintoy - A Distinguished Software Engineer
Albert Pintoy
 
Temas principales de GrafanaCON 2025 Grafana 12 y más
Temas principales de GrafanaCON 2025 Grafana 12 y másTemas principales de GrafanaCON 2025 Grafana 12 y más
Temas principales de GrafanaCON 2025 Grafana 12 y más
Imma Valls Bernaus
 
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
jamesmartin143256
 
How to Troubleshoot 9 Types of OutOfMemoryError
How to Troubleshoot 9 Types of OutOfMemoryErrorHow to Troubleshoot 9 Types of OutOfMemoryError
How to Troubleshoot 9 Types of OutOfMemoryError
Tier1 app
 
Multi-Agent Era will Define the Future of Software
Multi-Agent Era will Define the Future of SoftwareMulti-Agent Era will Define the Future of Software
Multi-Agent Era will Define the Future of Software
Ivo Andreev
 
NYC ACE 08-May-2025-Combined Presentation.pdf
NYC ACE 08-May-2025-Combined Presentation.pdfNYC ACE 08-May-2025-Combined Presentation.pdf
NYC ACE 08-May-2025-Combined Presentation.pdf
AUGNYC
 
Why CoTester Is the AI Testing Tool QA Teams Can’t Ignore
Why CoTester Is the AI Testing Tool QA Teams Can’t IgnoreWhy CoTester Is the AI Testing Tool QA Teams Can’t Ignore
Why CoTester Is the AI Testing Tool QA Teams Can’t Ignore
Shubham Joshi
 
Best HR and Payroll Software in Bangladesh - accordHRM
Best HR and Payroll Software in Bangladesh - accordHRMBest HR and Payroll Software in Bangladesh - accordHRM
Best HR and Payroll Software in Bangladesh - accordHRM
accordHRM
 
Grand Theft Auto 6 PC Game Cracked Full Setup Download
Grand Theft Auto 6 PC Game Cracked Full Setup DownloadGrand Theft Auto 6 PC Game Cracked Full Setup Download
Grand Theft Auto 6 PC Game Cracked Full Setup Download
Iobit Uninstaller Pro Crack
 
IObit Uninstaller Pro Crack {2025} Download Free
IObit Uninstaller Pro Crack {2025} Download FreeIObit Uninstaller Pro Crack {2025} Download Free
IObit Uninstaller Pro Crack {2025} Download Free
Iobit Uninstaller Pro Crack
 
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptxThe-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
james brownuae
 
Let's Do Bad Things to Unsecured Containers
Let's Do Bad Things to Unsecured ContainersLet's Do Bad Things to Unsecured Containers
Let's Do Bad Things to Unsecured Containers
Gene Gotimer
 
iTop VPN With Crack Lifetime Activation Key
iTop VPN With Crack Lifetime Activation KeyiTop VPN With Crack Lifetime Activation Key
iTop VPN With Crack Lifetime Activation Key
raheemk1122g
 
AI Agents with Gemini 2.0 - Beyond the Chatbot
AI Agents with Gemini 2.0 - Beyond the ChatbotAI Agents with Gemini 2.0 - Beyond the Chatbot
AI Agents with Gemini 2.0 - Beyond the Chatbot
Márton Kodok
 
Aligning Projects to Strategy During Economic Uncertainty
Aligning Projects to Strategy During Economic UncertaintyAligning Projects to Strategy During Economic Uncertainty
Aligning Projects to Strategy During Economic Uncertainty
OnePlan Solutions
 
Hydraulic Modeling And Simulation Software Solutions.pptx
Hydraulic Modeling And Simulation Software Solutions.pptxHydraulic Modeling And Simulation Software Solutions.pptx
Hydraulic Modeling And Simulation Software Solutions.pptx
julia smits
 
Mobile Application Developer Dubai | Custom App Solutions by Ajath
Mobile Application Developer Dubai | Custom App Solutions by AjathMobile Application Developer Dubai | Custom App Solutions by Ajath
Mobile Application Developer Dubai | Custom App Solutions by Ajath
Ajath Infotech Technologies LLC
 
Lumion Pro Crack + 2025 Activation Key Free Code
Lumion Pro Crack + 2025 Activation Key Free CodeLumion Pro Crack + 2025 Activation Key Free Code
Lumion Pro Crack + 2025 Activation Key Free Code
raheemk1122g
 
Buy vs. Build: Unlocking the right path for your training tech
Buy vs. Build: Unlocking the right path for your training techBuy vs. Build: Unlocking the right path for your training tech
Buy vs. Build: Unlocking the right path for your training tech
Rustici Software
 
File Viewer Plus 7.5.5.49 Crack Full Version
File Viewer Plus 7.5.5.49 Crack Full VersionFile Viewer Plus 7.5.5.49 Crack Full Version
File Viewer Plus 7.5.5.49 Crack Full Version
raheemk1122g
 
Albert Pintoy - A Distinguished Software Engineer
Albert Pintoy - A Distinguished Software EngineerAlbert Pintoy - A Distinguished Software Engineer
Albert Pintoy - A Distinguished Software Engineer
Albert Pintoy
 
Temas principales de GrafanaCON 2025 Grafana 12 y más
Temas principales de GrafanaCON 2025 Grafana 12 y másTemas principales de GrafanaCON 2025 Grafana 12 y más
Temas principales de GrafanaCON 2025 Grafana 12 y más
Imma Valls Bernaus
 
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
jamesmartin143256
 
How to Troubleshoot 9 Types of OutOfMemoryError
How to Troubleshoot 9 Types of OutOfMemoryErrorHow to Troubleshoot 9 Types of OutOfMemoryError
How to Troubleshoot 9 Types of OutOfMemoryError
Tier1 app
 
Multi-Agent Era will Define the Future of Software
Multi-Agent Era will Define the Future of SoftwareMulti-Agent Era will Define the Future of Software
Multi-Agent Era will Define the Future of Software
Ivo Andreev
 
NYC ACE 08-May-2025-Combined Presentation.pdf
NYC ACE 08-May-2025-Combined Presentation.pdfNYC ACE 08-May-2025-Combined Presentation.pdf
NYC ACE 08-May-2025-Combined Presentation.pdf
AUGNYC
 
Why CoTester Is the AI Testing Tool QA Teams Can’t Ignore
Why CoTester Is the AI Testing Tool QA Teams Can’t IgnoreWhy CoTester Is the AI Testing Tool QA Teams Can’t Ignore
Why CoTester Is the AI Testing Tool QA Teams Can’t Ignore
Shubham Joshi
 
Best HR and Payroll Software in Bangladesh - accordHRM
Best HR and Payroll Software in Bangladesh - accordHRMBest HR and Payroll Software in Bangladesh - accordHRM
Best HR and Payroll Software in Bangladesh - accordHRM
accordHRM
 
Grand Theft Auto 6 PC Game Cracked Full Setup Download
Grand Theft Auto 6 PC Game Cracked Full Setup DownloadGrand Theft Auto 6 PC Game Cracked Full Setup Download
Grand Theft Auto 6 PC Game Cracked Full Setup Download
Iobit Uninstaller Pro Crack
 
IObit Uninstaller Pro Crack {2025} Download Free
IObit Uninstaller Pro Crack {2025} Download FreeIObit Uninstaller Pro Crack {2025} Download Free
IObit Uninstaller Pro Crack {2025} Download Free
Iobit Uninstaller Pro Crack
 
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptxThe-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
james brownuae
 
Let's Do Bad Things to Unsecured Containers
Let's Do Bad Things to Unsecured ContainersLet's Do Bad Things to Unsecured Containers
Let's Do Bad Things to Unsecured Containers
Gene Gotimer
 
iTop VPN With Crack Lifetime Activation Key
iTop VPN With Crack Lifetime Activation KeyiTop VPN With Crack Lifetime Activation Key
iTop VPN With Crack Lifetime Activation Key
raheemk1122g
 
AI Agents with Gemini 2.0 - Beyond the Chatbot
AI Agents with Gemini 2.0 - Beyond the ChatbotAI Agents with Gemini 2.0 - Beyond the Chatbot
AI Agents with Gemini 2.0 - Beyond the Chatbot
Márton Kodok
 
Aligning Projects to Strategy During Economic Uncertainty
Aligning Projects to Strategy During Economic UncertaintyAligning Projects to Strategy During Economic Uncertainty
Aligning Projects to Strategy During Economic Uncertainty
OnePlan Solutions
 
Hydraulic Modeling And Simulation Software Solutions.pptx
Hydraulic Modeling And Simulation Software Solutions.pptxHydraulic Modeling And Simulation Software Solutions.pptx
Hydraulic Modeling And Simulation Software Solutions.pptx
julia smits
 
Mobile Application Developer Dubai | Custom App Solutions by Ajath
Mobile Application Developer Dubai | Custom App Solutions by AjathMobile Application Developer Dubai | Custom App Solutions by Ajath
Mobile Application Developer Dubai | Custom App Solutions by Ajath
Ajath Infotech Technologies LLC
 
Lumion Pro Crack + 2025 Activation Key Free Code
Lumion Pro Crack + 2025 Activation Key Free CodeLumion Pro Crack + 2025 Activation Key Free Code
Lumion Pro Crack + 2025 Activation Key Free Code
raheemk1122g
 
Buy vs. Build: Unlocking the right path for your training tech
Buy vs. Build: Unlocking the right path for your training techBuy vs. Build: Unlocking the right path for your training tech
Buy vs. Build: Unlocking the right path for your training tech
Rustici Software
 
File Viewer Plus 7.5.5.49 Crack Full Version
File Viewer Plus 7.5.5.49 Crack Full VersionFile Viewer Plus 7.5.5.49 Crack Full Version
File Viewer Plus 7.5.5.49 Crack Full Version
raheemk1122g
 
Ad

The Ring programming language version 1.8 book - Part 138 of 202

  • 1. Ring Documentation, Release 1.8 • GL_TEXTURE20 • GL_TEXTURE21 • GL_TEXTURE22 • GL_TEXTURE23 • GL_TEXTURE24 • GL_TEXTURE25 • GL_TEXTURE26 • GL_TEXTURE27 • GL_TEXTURE28 • GL_TEXTURE29 • GL_TEXTURE30 • GL_TEXTURE31 • GL_ACTIVE_TEXTURE • GL_CLIENT_ACTIVE_TEXTURE • GL_MAX_TEXTURE_UNITS • GL_TRANSPOSE_MODELVIEW_MATRIX • GL_TRANSPOSE_PROJECTION_MATRIX • GL_TRANSPOSE_TEXTURE_MATRIX • GL_TRANSPOSE_COLOR_MATRIX • GL_SUBTRACT • GL_COMPRESSED_ALPHA • GL_COMPRESSED_LUMINANCE • GL_COMPRESSED_LUMINANCE_ALPHA • GL_COMPRESSED_INTENSITY • GL_COMPRESSED_RGB • GL_COMPRESSED_RGBA • GL_TEXTURE_COMPRESSION_HINT • GL_NORMAL_MAP • GL_REFLECTION_MAP • GL_TEXTURE_CUBE_MAP • GL_TEXTURE_BINDING_CUBE_MAP • GL_TEXTURE_CUBE_MAP_POSITIVE_X • GL_TEXTURE_CUBE_MAP_NEGATIVE_X • GL_TEXTURE_CUBE_MAP_POSITIVE_Y • GL_TEXTURE_CUBE_MAP_NEGATIVE_Y • GL_TEXTURE_CUBE_MAP_POSITIVE_Z 1341
  • 2. Ring Documentation, Release 1.8 • GL_TEXTURE_CUBE_MAP_NEGATIVE_Z • GL_PROXY_TEXTURE_CUBE_MAP • GL_MAX_CUBE_MAP_TEXTURE_SIZE • GL_COMBINE • GL_COMBINE_RGB • GL_COMBINE_ALPHA • GL_RGB_SCALE • GL_ADD_SIGNED • GL_INTERPOLATE • GL_CONSTANT • GL_PRIMARY_COLOR • GL_PREVIOUS • GL_SOURCE0_RGB • GL_SOURCE1_RGB • GL_SOURCE2_RGB • GL_SOURCE0_ALPHA • GL_SOURCE1_ALPHA • GL_SOURCE2_ALPHA • GL_OPERAND0_RGB • GL_OPERAND1_RGB • GL_OPERAND2_RGB • GL_OPERAND0_ALPHA • GL_OPERAND1_ALPHA • GL_OPERAND2_ALPHA • GL_TEXTURE_COMPRESSED_IMAGE_SIZE • GL_TEXTURE_COMPRESSED • GL_NUM_COMPRESSED_TEXTURE_FORMATS • GL_COMPRESSED_TEXTURE_FORMATS • GL_DOT3_RGB • GL_DOT3_RGBA • GL_MULTISAMPLE_BIT • GL_BLEND_DST_RGB • GL_BLEND_SRC_RGB • GL_BLEND_DST_ALPHA • GL_BLEND_SRC_ALPHA • GL_POINT_SIZE_MIN 1342
  • 3. Ring Documentation, Release 1.8 • GL_POINT_SIZE_MAX • GL_POINT_FADE_THRESHOLD_SIZE • GL_POINT_DISTANCE_ATTENUATION • GL_GENERATE_MIPMAP • GL_GENERATE_MIPMAP_HINT • GL_DEPTH_COMPONENT16 • GL_DEPTH_COMPONENT24 • GL_DEPTH_COMPONENT32 • GL_MIRRORED_REPEAT • GL_FOG_COORDINATE_SOURCE • GL_FOG_COORDINATE • GL_FRAGMENT_DEPTH • GL_CURRENT_FOG_COORDINATE • GL_FOG_COORDINATE_ARRAY_TYPE • GL_FOG_COORDINATE_ARRAY_STRIDE • GL_FOG_COORDINATE_ARRAY_POINTER • GL_FOG_COORDINATE_ARRAY • GL_COLOR_SUM • GL_CURRENT_SECONDARY_COLOR • GL_SECONDARY_COLOR_ARRAY_SIZE • GL_SECONDARY_COLOR_ARRAY_TYPE • GL_SECONDARY_COLOR_ARRAY_STRIDE • GL_SECONDARY_COLOR_ARRAY_POINTER • GL_SECONDARY_COLOR_ARRAY • GL_MAX_TEXTURE_LOD_BIAS • GL_TEXTURE_FILTER_CONTROL • GL_TEXTURE_LOD_BIAS • GL_INCR_WRAP • GL_DECR_WRAP • GL_TEXTURE_DEPTH_SIZE • GL_DEPTH_TEXTURE_MODE • GL_TEXTURE_COMPARE_MODE • GL_TEXTURE_COMPARE_FUNC • GL_COMPARE_R_TO_TEXTURE • GL_CURRENT_FOG_COORD • GL_FOG_COORD 1343
  • 4. Ring Documentation, Release 1.8 • GL_FOG_COORD_ARRAY • GL_FOG_COORD_ARRAY_BUFFER_BINDING • GL_FOG_COORD_ARRAY_POINTER • GL_FOG_COORD_ARRAY_STRIDE • GL_FOG_COORD_ARRAY_TYPE • GL_FOG_COORD_SRC • GL_SRC0_ALPHA • GL_SRC0_RGB • GL_SRC1_ALPHA • GL_SRC1_RGB • GL_SRC2_ALPHA • GL_SRC2_RGB • GL_BUFFER_SIZE • GL_BUFFER_USAGE • GL_QUERY_COUNTER_BITS • GL_CURRENT_QUERY • GL_QUERY_RESULT • GL_QUERY_RESULT_AVAILABLE • GL_ARRAY_BUFFER • GL_ELEMENT_ARRAY_BUFFER • GL_ARRAY_BUFFER_BINDING • GL_ELEMENT_ARRAY_BUFFER_BINDING • GL_VERTEX_ARRAY_BUFFER_BINDING • GL_NORMAL_ARRAY_BUFFER_BINDING • GL_COLOR_ARRAY_BUFFER_BINDING • GL_INDEX_ARRAY_BUFFER_BINDING • GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING • GL_EDGE_FLAG_ARRAY_BUFFER_BINDING • GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING • GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING • GL_WEIGHT_ARRAY_BUFFER_BINDING • GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING • GL_READ_ONLY • GL_WRITE_ONLY • GL_READ_WRITE • GL_BUFFER_ACCESS 1344
  • 5. Ring Documentation, Release 1.8 • GL_BUFFER_MAPPED • GL_BUFFER_MAP_POINTER • GL_STREAM_DRAW • GL_STREAM_READ • GL_STREAM_COPY • GL_STATIC_DRAW • GL_STATIC_READ • GL_STATIC_COPY • GL_DYNAMIC_DRAW • GL_DYNAMIC_READ • GL_DYNAMIC_COPY • GL_SAMPLES_PASSED • void glAccum(GLenum op, GLfloat value) • void glAlphaFunc(GLenum func, GLclampf ref) • GLboolean glAreTexturesResident(GLsizei n, const GLuint *textures, GLboolean *residences) • void glArrayElement(GLint i) • void glBegin(GLenum mode) • void glBindTexture(GLenum target, GLuint texture) • void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) • void glBlendFunc(GLenum sfactor, GLenum dfactor) • void glCallList(GLuint list) • void glCallLists(GLsizei n, GLenum type, const void *lists) • void glClear(GLbitfield mask) • void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) • void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) • void glClearDepth(GLclampd depth) • void glClearIndex(GLfloat c) • void glClearStencil(GLint s) • void glClipPlane(GLenum plane, const GLdouble *equation) • void glColor3b(GLbyte red, GLbyte green, GLbyte blue) • void glColor3bv(const GLbyte *v) • void glColor3d(GLdouble red, GLdouble green, GLdouble blue) • void glColor3dv(const GLdouble *v) • void glColor3f(GLfloat red, GLfloat green, GLfloat blue) • void glColor3fv(const GLfloat *v) 1345
  • 6. Ring Documentation, Release 1.8 • void glColor3i(GLint red, GLint green, GLint blue) • void glColor3iv(const GLint *v) • void glColor3s(GLshort red, GLshort green, GLshort blue) • void glColor3sv(const GLshort *v) • void glColor3ub(GLubyte red, GLubyte green, GLubyte blue) • void glColor3ubv(const GLubyte *v) • void glColor3ui(GLuint red, GLuint green, GLuint blue) • void glColor3uiv(const GLuint *v) • void glColor3us(GLushort red, GLushort green, GLushort blue) • void glColor3usv(const GLushort *v) • void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) • void glColor4bv(const GLbyte *v) • void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) • void glColor4dv(const GLdouble *v) • void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) • void glColor4fv(const GLfloat *v) • void glColor4i(GLint red, GLint green, GLint blue, GLint alpha) • void glColor4iv(const GLint *v) • void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) • void glColor4sv(const GLshort *v) • void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) • void glColor4ubv(const GLubyte *v) • void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) • void glColor4uiv(const GLuint *v) • void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) • void glColor4usv(const GLushort *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 void *pointer) • 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) • 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, GL- sizei width, GLsizei height) 1346
  • 7. Ring Documentation, Release 1.8 • void glCullFace(GLenum mode) • void glDeleteLists(GLuint list, GLsizei range) • void glDeleteTextures(GLsizei n, const GLuint *textures) • void glDepthFunc(GLenum func) • void glDepthMask(GLboolean flag) • void glDepthRange(GLclampd zNear, GLclampd zFar) • void glDisable(GLenum cap) • void glDisableClientState(GLenum array) • void glDrawArrays(GLenum mode, GLint first, GLsizei count) • void glDrawBuffer(GLenum mode) • void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) • void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) • void glEdgeFlag(GLboolean flag) • void glEdgeFlagPointer(GLsizei stride, const void *pointer) • void glEdgeFlagv(const GLboolean *flag) • void glEnable(GLenum cap) • void glEnableClientState(GLenum array) • void glEnd(void) • void glEndList(void) • void glEvalCoord1d(GLdouble u) • void glEvalCoord1dv(const GLdouble *u) • void glEvalCoord1f(GLfloat u) • void glEvalCoord1fv(const GLfloat *u) • void glEvalCoord2d(GLdouble u, GLdouble v) • void glEvalCoord2dv(const GLdouble *u) • void glEvalCoord2f(GLfloat u, GLfloat v) • void glEvalCoord2fv(const GLfloat *u) • void glEvalMesh1(GLenum mode, GLint i1, GLint i2) • void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) • void glEvalPoint1(GLint i) • void glEvalPoint2(GLint i, GLint j) • void glFeedbackBuffer(GLsizei size, GLenum type, GLfloat *buffer) • void glFinish(void) • void glFlush(void) • void glFogf(GLenum pname, GLfloat param) • void glFogfv(GLenum pname, const GLfloat *params) 1347
  • 8. Ring Documentation, Release 1.8 • void glFogi(GLenum pname, GLint param) • void glFogiv(GLenum pname, const GLint *params) • void glFrontFace(GLenum mode) • void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) • GLuint glGenLists(GLsizei range) • void glGenTextures(GLsizei n, GLuint *textures) • void glGetBooleanv(GLenum pname, GLboolean *params) • void glGetClipPlane(GLenum plane, GLdouble *equation) • void glGetDoublev(GLenum pname, GLdouble *params) • GLenum glGetError(void) • void glGetFloatv(GLenum pname, GLfloat *params) • void glGetIntegerv(GLenum pname, GLint *params) • void glGetLightfv(GLenum light, GLenum pname, GLfloat *params) • void glGetLightiv(GLenum light, GLenum pname, GLint *params) • void glGetMapdv(GLenum target, GLenum query, GLdouble *v) • void glGetMapfv(GLenum target, GLenum query, GLfloat *v) • void glGetMapiv(GLenum target, GLenum query, GLint *v) • void glGetMaterialfv(GLenum face, GLenum pname, GLfloat *params) • void glGetMaterialiv(GLenum face, GLenum pname, GLint *params) • void glGetPixelMapfv(GLenum map, GLfloat *values) • void glGetPixelMapuiv(GLenum map, GLuint *values) • void glGetPixelMapusv(GLenum map, GLushort *values) • void glGetPointerv(GLenum pname, void* *params) • void glGetPolygonStipple(GLubyte *mask) • GLubyte * glGetString(GLenum name) • void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) • void glGetTexEnviv(GLenum target, GLenum pname, GLint *params) • void glGetTexGendv(GLenum coord, GLenum pname, GLdouble *params) • void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat *params) • void glGetTexGeniv(GLenum coord, GLenum pname, GLint *params) • void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) • void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params) • void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint *params) • void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params) • void glGetTexParameteriv(GLenum target, GLenum pname, GLint *params) 1348
  • 9. Ring Documentation, Release 1.8 • void glHint(GLenum target, GLenum mode) • void glIndexMask(GLuint mask) • void glIndexPointer(GLenum type, GLsizei stride, const void *pointer) • void glIndexd(GLdouble c) • void glIndexdv(const GLdouble *c) • void glIndexf(GLfloat c) • void glIndexfv(const GLfloat *c) • void glIndexi(GLint c) • void glIndexiv(const GLint *c) • void glIndexs(GLshort c) • void glIndexsv(const GLshort *c) • void glIndexub(GLubyte c) • void glIndexubv(const GLubyte *c) • void glInitNames(void) • void glInterleavedArrays(GLenum format, GLsizei stride, const void *pointer) • GLboolean glIsEnabled(GLenum cap) • GLboolean glIsList(GLuint list) • GLboolean glIsTexture(GLuint texture) • void glLightModelf(GLenum pname, GLfloat param) • void glLightModelfv(GLenum pname, const GLfloat *params) • void glLightModeli(GLenum pname, GLint param) • void glLightModeliv(GLenum pname, const GLint *params) • void glLightf(GLenum light, GLenum pname, GLfloat param) • void glLightfv(GLenum light, GLenum pname, const GLfloat *params) • void glLighti(GLenum light, GLenum pname, GLint param) • void glLightiv(GLenum light, GLenum pname, const GLint *params) • void glLineStipple(GLint factor, GLushort pattern) • void glLineWidth(GLfloat width) • void glListBase(GLuint base) • void glLoadIdentity(void) • void glLoadMatrixd(const GLdouble *m) • void glLoadMatrixf(const GLfloat *m) • void glLoadName(GLuint name) • void glLogicOp(GLenum opcode) • void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) • void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) 1349
  • 10. Ring Documentation, Release 1.8 • void glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdou- ble v2, GLint vstride, GLint vorder, const GLdouble *points) • void glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) • void glMapGrid1d(GLint un, GLdouble u1, GLdouble u2) • void glMapGrid1f(GLint un, GLfloat u1, GLfloat u2) • void glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) • void glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) • void glMaterialf(GLenum face, GLenum pname, GLfloat param) • void glMaterialfv(GLenum face, GLenum pname, const GLfloat *params) • void glMateriali(GLenum face, GLenum pname, GLint param) • void glMaterialiv(GLenum face, GLenum pname, const GLint *params) • void glMatrixMode(GLenum mode) • void glMultMatrixd(const GLdouble *m) • void glMultMatrixf(const GLfloat *m) • void glNewList(GLuint list, GLenum mode) • void glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz) • void glNormal3bv(const GLbyte *v) • void glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz) • void glNormal3dv(const GLdouble *v) • void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) • void glNormal3fv(const GLfloat *v) • void glNormal3i(GLint nx, GLint ny, GLint nz) • void glNormal3iv(const GLint *v) • void glNormal3s(GLshort nx, GLshort ny, GLshort nz) • void glNormal3sv(const GLshort *v) • void glNormalPointer(GLenum type, GLsizei stride, const void *pointer) • void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) • void glPassThrough(GLfloat token) • void glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) • void glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values) • void glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values) • void glPixelStoref(GLenum pname, GLfloat param) • void glPixelStorei(GLenum pname, GLint param) • void glPixelTransferf(GLenum pname, GLfloat param) • void glPixelTransferi(GLenum pname, GLint param) 1350
  翻译: