| 84 | } |
| 85 | |
| 86 | void glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint * value) |
| 87 | { |
| 88 | return glbinding::Binding::ClearBufferiv(buffer, drawbuffer, value); |
| 89 | } |
| 90 | |
| 91 | void glClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void * data) |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected