- glAttachShader
void glAttachShader(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindBuffer
void glBindBuffer(GLenum target, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBindTexture
void glBindTexture(GLenum target, GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBlendFunc
void glBlendFunc(GLenum sfactor, GLenum dfactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glBufferData
void glBufferData(GLenum target, float[] buffer, GLenum usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClear
void glClear(GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glClearColor
void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCompileShader
void glCompileShader(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCreateBuffer
GLuint glCreateBuffer()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCreateProgram
GLuint glCreateProgram()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCreateShader
GLuint glCreateShader(GLenum type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glCreateTexture
GLuint glCreateTexture()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glDrawArrays
void glDrawArrays(GLenum mode, GLint first, GLsizei count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEnable
void glEnable(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glEnableVertexAttribArray
void glEnableVertexAttribArray(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetAttribLocation
GLint glGetAttribLocation(GLuint program, string name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetShaderInfoLog
void glGetShaderInfoLog(GLuint , GLsizei , GLsizei* , GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glGetUniformLocation
GLint glGetUniformLocation(GLuint program, string name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glLinkProgram
void glLinkProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glShaderSource
void glShaderSource(GLuint , string source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexImage2D
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLenum format, GLenum type, uint image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glTexParameteri
void glTexParameteri(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform1fv
void glUniform1fv(GLint location, GLfloat[] values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUniform3f
void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glUseProgram
void glUseProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glVertexAttribPointer
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glViewport
void glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.