| 154 | } |
| 155 | |
| 156 | void glBindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes) |
| 157 | { |
| 158 | return glbinding::Binding::BindBuffersRange(target, first, count, buffers, offsets, sizes); |
| 159 | } |
| 160 | |
| 161 | void glBindFragDataLocation(GLuint program, GLuint color, const GLchar * name) |
| 162 | { |
nothing calls this directly
no outgoing calls
no test coverage detected