|
| void(*const | glActiveTexture )(GLenum) |
| | Pointer to glActiveTexture OpenGL function. More...
|
| |
| void(*const | glAttachShader )(GLuint, GLuint) |
| | Pointer to glAttachShader OpenGL function. More...
|
| |
| void(*const | glBindAttribLocation )(GLuint, GLuint, const GLchar *) |
| | Pointer to glBindAttribLocation OpenGL function. More...
|
| |
| void(*const | glBindBuffer )(GLenum, GLuint) |
| | Pointer to glBindBuffer OpenGL function. More...
|
| |
| void(*const | glBindFramebuffer )(GLenum, GLuint) |
| | Pointer to glBindFramebuffer OpenGL function. More...
|
| |
| void(*const | glBindRenderbuffer )(GLenum, GLuint) |
| | Pointer to glBindRenderbuffer OpenGL function. More...
|
| |
| void(*const | glBindTexture )(GLenum, GLuint) |
| | Pointer to glBindTexture OpenGL function. More...
|
| |
| void(*const | glBlendColor )(GLfloat, GLfloat, GLfloat, GLfloat) |
| | Pointer to glBlendColor OpenGL function. More...
|
| |
| void(*const | glBlendEquation )(GLenum) |
| | Pointer to glBlendEquation OpenGL function. More...
|
| |
| void(*const | glBlendEquationSeparate )(GLenum, GLenum) |
| | Pointer to glBlendEquationSeparate OpenGL function. More...
|
| |
| void(*const | glBlendFunc )(GLenum, GLenum) |
| | Pointer to glBlendFunc OpenGL function. More...
|
| |
| void(*const | glBlendFuncSeparate )(GLenum, GLenum, GLenum, GLenum) |
| | Pointer to glBlendFuncSeparate OpenGL function. More...
|
| |
| void(*const | glBufferData )(GLenum, GLsizeiptr, const void *, GLenum) |
| | Pointer to glBufferData OpenGL function. More...
|
| |
| void(*const | glBufferSubData )(GLenum, GLintptr, GLsizeiptr, const void *) |
| | Pointer to glBufferSubData OpenGL function. More...
|
| |
| GLenum(*const | glCheckFramebufferStatus )(GLenum) |
| | Pointer to glCheckFramebufferStatus OpenGL function. More...
|
| |
| void(*const | glClear )(GLbitfield) |
| | Pointer to glClear OpenGL function. More...
|
| |
| void(*const | glClearColor )(GLfloat, GLfloat, GLfloat, GLfloat) |
| | Pointer to glClearColor OpenGL function. More...
|
| |
| void(*const | glClearDepthf )(GLfloat) |
| | Pointer to glClearDepthf OpenGL function. More...
|
| |
| void(*const | glClearStencil )(GLint) |
| | Pointer to glClearStencil OpenGL function. More...
|
| |
| void(*const | glColorMask )(GLboolean, GLboolean, GLboolean, GLboolean) |
| | Pointer to glColorMask OpenGL function. More...
|
| |
| void(*const | glCompileShader )(GLuint) |
| | Pointer to glCompileShader OpenGL function. More...
|
| |
| void(*const | glCompressedTexImage2D )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const void *) |
| | Pointer to glCompressedTexImage2D OpenGL function. More...
|
| |
| void(*const | glCompressedTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLsizei, const void *) |
| | Pointer to glCompressedTexSubImage2D OpenGL function. More...
|
| |
| void(*const | glCopyTexImage2D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint) |
| | Pointer to glCopyTexImage2D OpenGL function. More...
|
| |
| void(*const | glCopyTexSubImage2D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) |
| | Pointer to glCopyTexSubImage2D OpenGL function. More...
|
| |
| GLuint(*const | glCreateProgram )() |
| | Pointer to glCreateProgram OpenGL function. More...
|
| |
| GLuint(*const | glCreateShader )(GLenum) |
| | Pointer to glCreateShader OpenGL function. More...
|
| |
| void(*const | glCullFace )(GLenum) |
| | Pointer to glCullFace OpenGL function. More...
|
| |
| void(*const | glDeleteBuffers )(GLsizei, const GLuint *) |
| | Pointer to glDeleteBuffers OpenGL function. More...
|
| |
| void(*const | glDeleteFramebuffers )(GLsizei, const GLuint *) |
| | Pointer to glDeleteFramebuffers OpenGL function. More...
|
| |
| void(*const | glDeleteProgram )(GLuint) |
| | Pointer to glDeleteProgram OpenGL function. More...
|
| |
| void(*const | glDeleteRenderbuffers )(GLsizei, const GLuint *) |
| | Pointer to glDeleteRenderbuffers OpenGL function. More...
|
| |
| void(*const | glDeleteShader )(GLuint) |
| | Pointer to glDeleteShader OpenGL function. More...
|
| |
| void(*const | glDeleteTextures )(GLsizei, const GLuint *) |
| | Pointer to glDeleteTextures OpenGL function. More...
|
| |
| void(*const | glDepthFunc )(GLenum) |
| | Pointer to glDepthFunc OpenGL function. More...
|
| |
| void(*const | glDepthMask )(GLboolean) |
| | Pointer to glDepthMask OpenGL function. More...
|
| |
| void(*const | glDepthRangef )(GLfloat, GLfloat) |
| | Pointer to glDepthRangef OpenGL function. More...
|
| |
| void(*const | glDetachShader )(GLuint, GLuint) |
| | Pointer to glDetachShader OpenGL function. More...
|
| |
| void(*const | glDisable )(GLenum) |
| | Pointer to glDisable OpenGL function. More...
|
| |
| void(*const | glDisableVertexAttribArray )(GLuint) |
| | Pointer to glDisableVertexAttribArray OpenGL function. More...
|
| |
| void(*const | glDrawArrays )(GLenum, GLint, GLsizei) |
| | Pointer to glDrawArrays OpenGL function. More...
|
| |
| void(*const | glDrawElements )(GLenum, GLsizei, GLenum, const void *) |
| | Pointer to glDrawElements OpenGL function. More...
|
| |
| void(*const | glEnable )(GLenum) |
| | Pointer to glEnable OpenGL function. More...
|
| |
| void(*const | glEnableVertexAttribArray )(GLuint) |
| | Pointer to glEnableVertexAttribArray OpenGL function. More...
|
| |
| void(*const | glFinish )() |
| | Pointer to glFinish OpenGL function. More...
|
| |
| void(*const | glFlush )() |
| | Pointer to glFlush OpenGL function. More...
|
| |
| void(*const | glFramebufferRenderbuffer )(GLenum, GLenum, GLenum, GLuint) |
| | Pointer to glFramebufferRenderbuffer OpenGL function. More...
|
| |
| void(*const | glFramebufferTexture2D )(GLenum, GLenum, GLenum, GLuint, GLint) |
| | Pointer to glFramebufferTexture2D OpenGL function. More...
|
| |
| void(*const | glFrontFace )(GLenum) |
| | Pointer to glFrontFace OpenGL function. More...
|
| |
| void(*const | glGenBuffers )(GLsizei, GLuint *) |
| | Pointer to glGenBuffers OpenGL function. More...
|
| |
| void(*const | glGenerateMipmap )(GLenum) |
| | Pointer to glGenerateMipmap OpenGL function. More...
|
| |
| void(*const | glGenFramebuffers )(GLsizei, GLuint *) |
| | Pointer to glGenFramebuffers OpenGL function. More...
|
| |
| void(*const | glGenRenderbuffers )(GLsizei, GLuint *) |
| | Pointer to glGenRenderbuffers OpenGL function. More...
|
| |
| void(*const | glGenTextures )(GLsizei, GLuint *) |
| | Pointer to glGenTextures OpenGL function. More...
|
| |
| void(*const | glGetActiveAttrib )(GLuint, GLuint, GLsizei, GLsizei *, GLint *, GLenum *, GLchar *) |
| | Pointer to glGetActiveAttrib OpenGL function. More...
|
| |
| void(*const | glGetActiveUniform )(GLuint, GLuint, GLsizei, GLsizei *, GLint *, GLenum *, GLchar *) |
| | Pointer to glGetActiveUniform OpenGL function. More...
|
| |
| void(*const | glGetAttachedShaders )(GLuint, GLsizei, GLsizei *, GLuint *) |
| | Pointer to glGetAttachedShaders OpenGL function. More...
|
| |
| GLint(*const | glGetAttribLocation )(GLuint, const GLchar *) |
| | Pointer to glGetAttribLocation OpenGL function. More...
|
| |
| void(*const | glGetBooleanv )(GLenum, GLboolean *) |
| | Pointer to glGetBooleanv OpenGL function. More...
|
| |
| void(*const | glGetBufferParameteriv )(GLenum, GLenum, GLint *) |
| | Pointer to glGetBufferParameteriv OpenGL function. More...
|
| |
| GLenum(*const | glGetError )() |
| | Pointer to glGetError OpenGL function. More...
|
| |
| void(*const | glGetFloatv )(GLenum, GLfloat *) |
| | Pointer to glGetFloatv OpenGL function. More...
|
| |
| void(*const | glGetFramebufferAttachmentParameteriv )(GLenum, GLenum, GLenum, GLint *) |
| | Pointer to glGetFramebufferAttachmentParameteriv OpenGL function. More...
|
| |
| void(*const | glGetIntegerv )(GLenum, GLint *) |
| | Pointer to glGetIntegerv OpenGL function. More...
|
| |
| void(*const | glGetProgramInfoLog )(GLuint, GLsizei, GLsizei *, GLchar *) |
| | Pointer to glGetProgramInfoLog OpenGL function. More...
|
| |
| void(*const | glGetProgramiv )(GLuint, GLenum, GLint *) |
| | Pointer to glGetProgramiv OpenGL function. More...
|
| |
| void(*const | glGetRenderbufferParameteriv )(GLenum, GLenum, GLint *) |
| | Pointer to glGetRenderbufferParameteriv OpenGL function. More...
|
| |
| void(*const | glGetShaderInfoLog )(GLuint, GLsizei, GLsizei *, GLchar *) |
| | Pointer to glGetShaderInfoLog OpenGL function. More...
|
| |
| void(*const | glGetShaderiv )(GLuint, GLenum, GLint *) |
| | Pointer to glGetShaderiv OpenGL function. More...
|
| |
| void(*const | glGetShaderPrecisionFormat )(GLenum, GLenum, GLint *, GLint *) |
| | Pointer to glGetShaderPrecisionFormat OpenGL function. More...
|
| |
| void(*const | glGetShaderSource )(GLuint, GLsizei, GLsizei *, GLchar *) |
| | Pointer to glGetShaderSource OpenGL function. More...
|
| |
| const GLubyte *(*const | glGetString )(GLenum) |
| | Pointer to glGetString OpenGL function. More...
|
| |
| void(*const | glGetTexParameterfv )(GLenum, GLenum, GLfloat *) |
| | Pointer to glGetTexParameterfv OpenGL function. More...
|
| |
| void(*const | glGetTexParameteriv )(GLenum, GLenum, GLint *) |
| | Pointer to glGetTexParameteriv OpenGL function. More...
|
| |
| void(*const | glGetUniformfv )(GLuint, GLint, GLfloat *) |
| | Pointer to glGetUniformfv OpenGL function. More...
|
| |
| void(*const | glGetUniformiv )(GLuint, GLint, GLint *) |
| | Pointer to glGetUniformiv OpenGL function. More...
|
| |
| GLint(*const | glGetUniformLocation )(GLuint, const GLchar *) |
| | Pointer to glGetUniformLocation OpenGL function. More...
|
| |
| void(*const | glGetVertexAttribfv )(GLuint, GLenum, GLfloat *) |
| | Pointer to glGetVertexAttribfv OpenGL function. More...
|
| |
| void(*const | glGetVertexAttribiv )(GLuint, GLenum, GLint *) |
| | Pointer to glGetVertexAttribiv OpenGL function. More...
|
| |
| void(*const | glGetVertexAttribPointerv )(GLuint, GLenum, void **) |
| | Pointer to glGetVertexAttribPointerv OpenGL function. More...
|
| |
| void(*const | glHint )(GLenum, GLenum) |
| | Pointer to glHint OpenGL function. More...
|
| |
| GLboolean(*const | glIsBuffer )(GLuint) |
| | Pointer to glIsBuffer OpenGL function. More...
|
| |
| GLboolean(*const | glIsEnabled )(GLenum) |
| | Pointer to glIsEnabled OpenGL function. More...
|
| |
| GLboolean(*const | glIsFramebuffer )(GLuint) |
| | Pointer to glIsFramebuffer OpenGL function. More...
|
| |
| GLboolean(*const | glIsProgram )(GLuint) |
| | Pointer to glIsProgram OpenGL function. More...
|
| |
| GLboolean(*const | glIsRenderbuffer )(GLuint) |
| | Pointer to glIsRenderbuffer OpenGL function. More...
|
| |
| GLboolean(*const | glIsShader )(GLuint) |
| | Pointer to glIsShader OpenGL function. More...
|
| |
| GLboolean(*const | glIsTexture )(GLuint) |
| | Pointer to glIsTexture OpenGL function. More...
|
| |
| void(*const | glLineWidth )(GLfloat) |
| | Pointer to glLineWidth OpenGL function. More...
|
| |
| void(*const | glLinkProgram )(GLuint) |
| | Pointer to glLinkProgram OpenGL function. More...
|
| |
| void(*const | glPixelStorei )(GLenum, GLint) |
| | Pointer to glPixelStorei OpenGL function. More...
|
| |
| void(*const | glPolygonOffset )(GLfloat, GLfloat) |
| | Pointer to glPolygonOffset OpenGL function. More...
|
| |
| void(*const | glReadPixels )(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, void *) |
| | Pointer to glReadPixels OpenGL function. More...
|
| |
| void(*const | glReleaseShaderCompiler )() |
| | Pointer to glReleaseShaderCompiler OpenGL function. More...
|
| |
| void(*const | glRenderbufferStorage )(GLenum, GLenum, GLsizei, GLsizei) |
| | Pointer to glRenderbufferStorage OpenGL function. More...
|
| |
| void(*const | glSampleCoverage )(GLfloat, GLboolean) |
| | Pointer to glSampleCoverage OpenGL function. More...
|
| |
| void(*const | glScissor )(GLint, GLint, GLsizei, GLsizei) |
| | Pointer to glScissor OpenGL function. More...
|
| |
| void(*const | glShaderBinary )(GLsizei, const GLuint *, GLenum, const GLvoid *, GLsizei) |
| | Pointer to glShaderBinary OpenGL function. More...
|
| |
| void(*const | glShaderSource )(GLuint, GLsizei, const GLchar *const *, const GLint *) |
| | Pointer to glShaderSource OpenGL function. More...
|
| |
| void(*const | glStencilFunc )(GLenum, GLint, GLuint) |
| | Pointer to glStencilFunc OpenGL function. More...
|
| |
| void(*const | glStencilFuncSeparate )(GLenum, GLenum, GLint, GLuint) |
| | Pointer to glStencilFuncSeparate OpenGL function. More...
|
| |
| void(*const | glStencilMask )(GLuint) |
| | Pointer to glStencilMask OpenGL function. More...
|
| |
| void(*const | glStencilMaskSeparate )(GLenum, GLuint) |
| | Pointer to glStencilMaskSeparate OpenGL function. More...
|
| |
| void(*const | glStencilOp )(GLenum, GLenum, GLenum) |
| | Pointer to glStencilOp OpenGL function. More...
|
| |
| void(*const | glStencilOpSeparate )(GLenum, GLenum, GLenum, GLenum) |
| | Pointer to glStencilOpSeparate OpenGL function. More...
|
| |
| void(*const | glTexImage2D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const void *) |
| | Pointer to glTexImage2D OpenGL function. More...
|
| |
| void(*const | glTexParameterf )(GLenum, GLenum, GLfloat) |
| | Pointer to glTexParameterf OpenGL function. More...
|
| |
| void(*const | glTexParameterfv )(GLenum, GLenum, const GLfloat *) |
| | Pointer to glTexParameterfv OpenGL function. More...
|
| |
| void(*const | glTexParameteri )(GLenum, GLenum, GLint) |
| | Pointer to glTexParameteri OpenGL function. More...
|
| |
| void(*const | glTexParameteriv )(GLenum, GLenum, const GLint *) |
| | Pointer to glTexParameteriv OpenGL function. More...
|
| |
| void(*const | glTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const void *) |
| | Pointer to glTexSubImage2D OpenGL function. More...
|
| |
| void(*const | glUniform1f )(GLint, GLfloat) |
| | Pointer to glUniform1f OpenGL function. More...
|
| |
| void(*const | glUniform1fv )(GLint, GLsizei, const GLfloat *) |
| | Pointer to glUniform1fv OpenGL function. More...
|
| |
| void(*const | glUniform1i )(GLint, GLint) |
| | Pointer to glUniform1i OpenGL function. More...
|
| |
| void(*const | glUniform1iv )(GLint, GLsizei, const GLint *) |
| | Pointer to glUniform1iv OpenGL function. More...
|
| |
| void(*const | glUniform2f )(GLint, GLfloat, GLfloat) |
| | Pointer to glUniform2f OpenGL function. More...
|
| |
| void(*const | glUniform2fv )(GLint, GLsizei, const GLfloat *) |
| | Pointer to glUniform2fv OpenGL function. More...
|
| |
| void(*const | glUniform2i )(GLint, GLint, GLint) |
| | Pointer to glUniform2i OpenGL function. More...
|
| |
| void(*const | glUniform2iv )(GLint, GLsizei, const GLint *) |
| | Pointer to glUniform2iv OpenGL function. More...
|
| |
| void(*const | glUniform3f )(GLint, GLfloat, GLfloat, GLfloat) |
| | Pointer to glUniform3f OpenGL function. More...
|
| |
| void(*const | glUniform3fv )(GLint, GLsizei, const GLfloat *) |
| | Pointer to glUniform3fv OpenGL function. More...
|
| |
| void(*const | glUniform3i )(GLint, GLint, GLint, GLint) |
| | Pointer to glUniform3i OpenGL function. More...
|
| |
| void(*const | glUniform3iv )(GLint, GLsizei, const GLint *) |
| | Pointer to glUniform3iv OpenGL function. More...
|
| |
| void(*const | glUniform4f )(GLint, GLfloat, GLfloat, GLfloat, GLfloat) |
| | Pointer to glUniform4f OpenGL function. More...
|
| |
| void(*const | glUniform4fv )(GLint, GLsizei, const GLfloat *) |
| | Pointer to glUniform4fv OpenGL function. More...
|
| |
| void(*const | glUniform4i )(GLint, GLint, GLint, GLint, GLint) |
| | Pointer to glUniform4i OpenGL function. More...
|
| |
| void(*const | glUniform4iv )(GLint, GLsizei, const GLint *) |
| | Pointer to glUniform4iv OpenGL function. More...
|
| |
| void(*const | glUniformMatrix2fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix2fv OpenGL function. More...
|
| |
| void(*const | glUniformMatrix3fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix3fv OpenGL function. More...
|
| |
| void(*const | glUniformMatrix4fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix4fv OpenGL function. More...
|
| |
| void(*const | glUseProgram )(GLuint) |
| | Pointer to glUseProgram OpenGL function. More...
|
| |
| void(*const | glValidateProgram )(GLuint) |
| | Pointer to glValidateProgram OpenGL function. More...
|
| |
| void(*const | glVertexAttrib1f )(GLuint, GLfloat) |
| | Pointer to glVertexAttrib1f OpenGL function. More...
|
| |
| void(*const | glVertexAttrib1fv )(GLuint, const GLfloat *) |
| | Pointer to glVertexAttrib1fv OpenGL function. More...
|
| |
| void(*const | glVertexAttrib2f )(GLuint, GLfloat, GLfloat) |
| | Pointer to glVertexAttrib2f OpenGL function. More...
|
| |
| void(*const | glVertexAttrib2fv )(GLuint, const GLfloat *) |
| | Pointer to glVertexAttrib2fv OpenGL function. More...
|
| |
| void(*const | glVertexAttrib3f )(GLuint, GLfloat, GLfloat, GLfloat) |
| | Pointer to glVertexAttrib3f OpenGL function. More...
|
| |
| void(*const | glVertexAttrib3fv )(GLuint, const GLfloat *) |
| | Pointer to glVertexAttrib3fv OpenGL function. More...
|
| |
| void(*const | glVertexAttrib4f )(GLuint, GLfloat, GLfloat, GLfloat, GLfloat) |
| | Pointer to glVertexAttrib4f OpenGL function. More...
|
| |
| void(*const | glVertexAttrib4fv )(GLuint, const GLfloat *) |
| | Pointer to glVertexAttrib4fv OpenGL function. More...
|
| |
| void(*const | glVertexAttribPointer )(GLuint, GLint, GLenum, GLboolean, GLsizei, const void *) |
| | Pointer to glVertexAttribPointer OpenGL function. More...
|
| |
| void(*const | glViewport )(GLint, GLint, GLsizei, GLsizei) |
| | Pointer to glViewport OpenGL function. More...
|
| |
| void(*const | glReadBuffer )(GLenum) |
| | Pointer to glReadBuffer OpenGL function. More...
|
| |
| void(*const | glDrawRangeElements )(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *) |
| | Pointer to glDrawRangeElements OpenGL function. More...
|
| |
| void(*const | glTexImage3D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *) |
| | Pointer to glTexImage3D OpenGL function. More...
|
| |
| void(*const | glTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) |
| | Pointer to glTexSubImage3D OpenGL function. More...
|
| |
| void(*const | glCopyTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) |
| | Pointer to glCopyTexSubImage3D OpenGL function. More...
|
| |
| void(*const | glCompressedTexImage3D )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *) |
| | Pointer to glCompressedTexImage3D OpenGL function. More...
|
| |
| void(*const | glCompressedTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *) |
| | Pointer to glCompressedTexSubImage3D OpenGL function. More...
|
| |
| void(*const | glGenQueries )(GLsizei, GLuint *) |
| | Pointer to glGenQueries OpenGL function. More...
|
| |
| void(*const | glDeleteQueries )(GLsizei, const GLuint *) |
| | Pointer to glDeleteQueries OpenGL function. More...
|
| |
| GLboolean(*const | glIsQuery )(GLuint) |
| | Pointer to glIsQuery OpenGL function. More...
|
| |
| void(*const | glBeginQuery )(GLenum, GLuint) |
| | Pointer to glBeginQuery OpenGL function. More...
|
| |
| void(*const | glEndQuery )(GLenum) |
| | Pointer to glEndQuery OpenGL function. More...
|
| |
| void(*const | glGetQueryiv )(GLenum, GLenum, GLint *) |
| | Pointer to glGetQueryiv OpenGL function. More...
|
| |
| void(*const | glGetQueryObjectuiv )(GLuint, GLenum, GLuint *) |
| | Pointer to glGetQueryObjectuiv OpenGL function. More...
|
| |
| GLboolean(*const | glUnmapBuffer )(GLenum) |
| | Pointer to glUnmapBuffer OpenGL function. More...
|
| |
| void(*const | glGetBufferPointerv )(GLenum, GLenum, GLvoid **) |
| | Pointer to glGetBufferPointerv OpenGL function. More...
|
| |
| void(*const | glDrawBuffers )(GLsizei, const GLenum *) |
| | Pointer to glDrawBuffers OpenGL function. More...
|
| |
| void(*const | glUniformMatrix2x3fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix2x3fv OpenGL function. More...
|
| |
| void(*const | glUniformMatrix3x2fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix3x2fv OpenGL function. More...
|
| |
| void(*const | glUniformMatrix2x4fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix2x4fv OpenGL function. More...
|
| |
| void(*const | glUniformMatrix4x2fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix4x2fv OpenGL function. More...
|
| |
| void(*const | glUniformMatrix3x4fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix3x4fv OpenGL function. More...
|
| |
| void(*const | glUniformMatrix4x3fv )(GLint, GLsizei, GLboolean, const GLfloat *) |
| | Pointer to glUniformMatrix4x3fv OpenGL function. More...
|
| |
| void(*const | glBlitFramebuffer )(GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLbitfield, GLenum) |
| | Pointer to glBlitFramebuffer OpenGL function. More...
|
| |
| void(*const | glRenderbufferStorageMultisample )(GLenum, GLsizei, GLenum, GLsizei, GLsizei) |
| | Pointer to glRenderbufferStorageMultisample OpenGL function. More...
|
| |
| void(*const | glFramebufferTextureLayer )(GLenum, GLenum, GLuint, GLint, GLint) |
| | Pointer to glFramebufferTextureLayer OpenGL function. More...
|
| |
| GLvoid *(*const | glMapBufferRange )(GLenum, GLintptr, GLsizeiptr, GLbitfield) |
| | Pointer to glMapBufferRange OpenGL function. More...
|
| |
| void(*const | glFlushMappedBufferRange )(GLenum, GLintptr, GLsizeiptr) |
| | Pointer to glMapBufferRange OpenGL function. More...
|
| |
| void(*const | glBindVertexArray )(GLuint) |
| | Pointer to glBindVertexArray OpenGL function. More...
|
| |
| void(*const | glDeleteVertexArrays )(GLsizei, const GLuint *) |
| | Pointer to glDeleteVertexArrays OpenGL function. More...
|
| |
| void(*const | glGenVertexArrays )(GLsizei, GLuint *) |
| | Pointer to glGenVertexArrays OpenGL function. More...
|
| |
| GLboolean(*const | glIsVertexArray )(GLuint) |
| | Pointer to glIsVertexArray OpenGL function. More...
|
| |
| void(*const | glGetIntegeri_v )(GLenum, GLuint, GLint *) |
| | Pointer to glGetIntegeri_v OpenGL function. More...
|
| |
| void(*const | glBeginTransformFeedback )(GLenum) |
| | Pointer to glBeginTransformFeedback OpenGL function. More...
|
| |
| void(*const | glEndTransformFeedback )() |
| | Pointer to glEndTransformFeedback OpenGL function. More...
|
| |
| void(*const | glBindBufferRange )(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr) |
| | Pointer to glBindBufferRange OpenGL function. More...
|
| |
| void(*const | glBindBufferBase )(GLenum, GLuint, GLuint) |
| | Pointer to glBindBufferBase OpenGL function. More...
|
| |
| void(*const | glTransformFeedbackVaryings )(GLuint, GLsizei, const GLchar *const *, GLenum) |
| | Pointer to glTransformFeedbackVaryings OpenGL function. More...
|
| |
| void(*const | glGetTransformFeedbackVarying )(GLuint, GLuint, GLsizei, GLsizei *, GLsizei *, GLenum *, GLchar *) |
| | Pointer to glGetTransformFeedbackVarying OpenGL function. More...
|
| |
| void(*const | glVertexAttribIPointer )(GLuint, GLint, GLenum, GLsizei, const GLvoid *) |
| | Pointer to glVertexAttribIPointer OpenGL function. More...
|
| |
| void(*const | glGetVertexAttribIiv )(GLuint, GLenum, GLint *) |
| | Pointer to glGetVertexAttribIiv OpenGL function. More...
|
| |
| void(*const | glGetVertexAttribIuiv )(GLuint, GLenum, GLuint *) |
| | Pointer to glGetVertexAttribIiv OpenGL function. More...
|
| |
| void(*const | glVertexAttribI4i )(GLuint, GLint, GLint, GLint, GLint) |
| | Pointer to glVertexAttribI4i OpenGL function. More...
|
| |
| void(*const | glVertexAttribI4ui )(GLuint, GLuint, GLuint, GLuint, GLuint) |
| | Pointer to glVertexAttribI4ui OpenGL function. More...
|
| |
| void(*const | glVertexAttribI4iv )(GLuint, const GLint *) |
| | Pointer to glVertexAttribI4iv OpenGL function. More...
|
| |
| void(*const | glVertexAttribI4uiv )(GLuint, const GLuint *) |
| | Pointer to glVertexAttribI4uiv OpenGL function. More...
|
| |
| void(*const | glGetUniformuiv )(GLuint, GLint, GLuint *) |
| | Pointer to glGetUniformuiv OpenGL function. More...
|
| |
| GLint(*const | glGetFragDataLocation )(GLuint, const GLchar *) |
| | Pointer to glGetFragDataLocation OpenGL function. More...
|
| |
| void(*const | glUniform1ui )(GLint, GLuint) |
| | Pointer to glUniform1ui OpenGL function. More...
|
| |
| void(*const | glUniform2ui )(GLint, GLuint, GLuint) |
| | Pointer to glUniform2ui OpenGL function. More...
|
| |
| void(*const | glUniform3ui )(GLint, GLuint, GLuint, GLuint) |
| | Pointer to glUniform3ui OpenGL function. More...
|
| |
| void(*const | glUniform4ui )(GLint, GLuint, GLuint, GLuint, GLuint) |
| | Pointer to glUniform4ui OpenGL function. More...
|
| |
| void(*const | glUniform1uiv )(GLint, GLsizei, const GLuint *) |
| | Pointer to glUniform1uiv OpenGL function. More...
|
| |
| void(*const | glUniform2uiv )(GLint, GLsizei, const GLuint *) |
| | Pointer to glUniform2uiv OpenGL function. More...
|
| |
| void(*const | glUniform3uiv )(GLint, GLsizei, const GLuint *) |
| | Pointer to glUniform3uiv OpenGL function. More...
|
| |
| void(*const | glUniform4uiv )(GLint, GLsizei, const GLuint *) |
| | Pointer to glUniform4uiv OpenGL function. More...
|
| |
| void(*const | glClearBufferiv )(GLenum, GLint, const GLint *) |
| | Pointer to glClearBufferiv OpenGL function. More...
|
| |
| void(*const | glClearBufferuiv )(GLenum, GLint, const GLuint *) |
| | Pointer to glClearBufferuiv OpenGL function. More...
|
| |
| void(*const | glClearBufferfv )(GLenum, GLint, const GLfloat *) |
| | Pointer to glClearBufferfv OpenGL function. More...
|
| |
| void(*const | glClearBufferfi )(GLenum, GLint, GLfloat, GLint) |
| | Pointer to glClearBufferfi OpenGL function. More...
|
| |
| const GLubyte *(*const | glGetStringi )(GLenum, GLuint) |
| | Pointer to glGetStringi OpenGL function. More...
|
| |
| void(*const | glCopyBufferSubData )(GLenum, GLenum, GLintptr, GLintptr, GLsizeiptr) |
| | Pointer to glCopyBufferSubData OpenGL function. More...
|
| |
| void(*const | glGetUniformIndices )(GLuint, GLsizei, const GLchar *const *, GLuint *) |
| | Pointer to glGetUniformIndices OpenGL function. More...
|
| |
| void(*const | glGetActiveUniformsiv )(GLuint, GLsizei, const GLuint *, GLenum, GLint *) |
| | Pointer to glGetActiveUniformsiv OpenGL function. More...
|
| |
| GLuint(*const | glGetUniformBlockIndex )(GLuint, const GLchar *) |
| | Pointer to glGetUniformBlockIndex OpenGL function. More...
|
| |
| void(*const | glGetActiveUniformBlockiv )(GLuint, GLuint, GLenum, GLint *) |
| | Pointer to glGetActiveUniformBlockiv OpenGL function. More...
|
| |
| void(*const | glGetActiveUniformBlockName )(GLuint, GLuint, GLsizei, GLsizei *, GLchar *) |
| | Pointer to glGetActiveUniformBlockName OpenGL function. More...
|
| |
| void(*const | glUniformBlockBinding )(GLuint, GLuint, GLuint) |
| | Pointer to glUniformBlockBinding OpenGL function. More...
|
| |
| void(*const | glDrawArraysInstanced )(GLenum, GLint, GLsizei, GLsizei) |
| | Pointer to glDrawArraysInstanced OpenGL function. More...
|
| |
| void(*const | glDrawElementsInstanced )(GLenum, GLsizei, GLenum, const GLvoid *, GLsizei) |
| | Pointer to glDrawElementsInstanced OpenGL function. More...
|
| |
| GLsync(*const | glFenceSync )(GLenum, GLbitfield) |
| | Pointer to glFenceSync OpenGL function. More...
|
| |
| GLboolean(*const | glIsSync )(GLsync) |
| | Pointer to glIsSync OpenGL function. More...
|
| |
| void(*const | glDeleteSync )(GLsync) |
| | Pointer to glDeleteSync OpenGL function. More...
|
| |
| GLenum(*const | glClientWaitSync )(GLsync, GLbitfield, GLuint64) |
| | Pointer to glClientWaitSync OpenGL function. More...
|
| |
| void(*const | glWaitSync )(GLsync, GLbitfield, GLuint64) |
| | Pointer to glWaitSync OpenGL function. More...
|
| |
| void(*const | glGetInteger64v )(GLenum, GLint64 *) |
| | Pointer to glGetInteger64v OpenGL function. More...
|
| |
| void(*const | glGetSynciv )(GLsync, GLenum, GLsizei, GLsizei *, GLint *) |
| | Pointer to glGetSynciv OpenGL function. More...
|
| |
| void(*const | glGetInteger64i_v )(GLenum, GLuint, GLint64 *) |
| | Pointer to glGetInteger64i_v OpenGL function. More...
|
| |
| void(*const | glGetBufferParameteri64v )(GLenum, GLenum, GLint64 *) |
| | Pointer to glGetBufferParameteri64v OpenGL function. More...
|
| |
| void(*const | glGenSamplers )(GLsizei, GLuint *) |
| | Pointer to glGenSamplers OpenGL function. More...
|
| |
| void(*const | glDeleteSamplers )(GLsizei, const GLuint *) |
| | Pointer to glDeleteSamplers OpenGL function. More...
|
| |
| GLboolean(*const | glIsSampler )(GLuint) |
| | Pointer to glIsSampler OpenGL function. More...
|
| |
| void(*const | glBindSampler )(GLuint, GLuint) |
| | Pointer to glBindSampler OpenGL function. More...
|
| |
| void(*const | glSamplerParameteri )(GLuint, GLenum, GLint) |
| | Pointer to glSamplerParameteri OpenGL function. More...
|
| |
| void(*const | glSamplerParameteriv )(GLuint, GLenum, const GLint *) |
| | Pointer to glSamplerParameteriv OpenGL function. More...
|
| |
| void(*const | glSamplerParameterf )(GLuint, GLenum, GLfloat) |
| | Pointer to glSamplerParameterf OpenGL function. More...
|
| |
| void(*const | glSamplerParameterfv )(GLuint, GLenum, const GLfloat *) |
| | Pointer to glSamplerParameterfv OpenGL function. More...
|
| |
| void(*const | glGetSamplerParameteriv )(GLuint, GLenum, GLint *) |
| | Pointer to glGetSamplerParameteriv OpenGL function. More...
|
| |
| void(*const | glGetSamplerParameterfv )(GLuint, GLenum, GLfloat *) |
| | Pointer to glGetSamplerParameterfv OpenGL function. More...
|
| |
| void(*const | glVertexAttribDivisor )(GLuint, GLuint) |
| | Pointer to glVertexAttribDivisor OpenGL function. More...
|
| |
| void(*const | glBindTransformFeedback )(GLenum, GLuint) |
| | Pointer to glBindTransformFeedback OpenGL function. More...
|
| |
| void(*const | glDeleteTransformFeedbacks )(GLsizei, const GLuint *) |
| | Pointer to glDeleteTransformFeedbacks OpenGL function. More...
|
| |
| void(*const | glGenTransformFeedbacks )(GLsizei, GLuint *) |
| | Pointer to glGenTransformFeedbacks OpenGL function. More...
|
| |
| GLboolean(*const | glIsTransformFeedback )(GLuint) |
| | Pointer to glIsTransformFeedback OpenGL function. More...
|
| |
| void(*const | glPauseTransformFeedback )() |
| | Pointer to glPauseTransformFeedback OpenGL function. More...
|
| |
| void(*const | glResumeTransformFeedback )() |
| | Pointer to glResumeTransformFeedback OpenGL function. More...
|
| |
| void(*const | glGetProgramBinary )(GLuint, GLsizei, GLsizei *, GLenum *, GLvoid *) |
| | Pointer to glGetProgramBinary OpenGL function. More...
|
| |
| void(*const | glProgramBinary )(GLuint, GLenum, const GLvoid *, GLsizei) |
| | Pointer to glProgramBinary OpenGL function. More...
|
| |
| void(*const | glProgramParameteri )(GLuint, GLenum, GLint) |
| | Pointer to glProgramParameteri OpenGL function. More...
|
| |
| void(*const | glInvalidateFramebuffer )(GLenum, GLsizei, const GLenum *) |
| | Pointer to glInvalidateFramebuffer OpenGL function. More...
|
| |
| void(*const | glInvalidateSubFramebuffer )(GLenum, GLsizei, const GLenum *, GLint, GLint, GLsizei, GLsizei) |
| | Pointer to glInvalidateSubFramebuffer OpenGL function. More...
|
| |
| void(*const | glTexStorage2D )(GLenum, GLsizei, GLenum, GLsizei, GLsizei) |
| | Pointer to glTexStorage2D OpenGL function. More...
|
| |
| void(*const | glTexStorage3D )(GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei) |
| | Pointer to glTexStorage3D OpenGL function. More...
|
| |
| void(*const | glGetInternalformativ )(GLenum, GLenum, GLenum, GLsizei, GLint *) |
| | Pointer to glGetInternalformativ OpenGL function. More...
|
| |