| 199 | } |
| 200 | |
| 201 | void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name) |
| 202 | { |
| 203 | return glbinding::Binding::GetActiveAttrib(program, index, bufSize, length, size, type, name); |
| 204 | } |
| 205 | |
| 206 | void glGetActiveAttribARB(GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name) |
| 207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected