| 69 | } |
| 70 | |
| 71 | void glClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data) |
| 72 | { |
| 73 | return glbinding::Binding::ClearBufferData(target, internalformat, format, type, data); |
| 74 | } |
| 75 | |
| 76 | void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected