| 149 | } |
| 150 | |
| 151 | void glClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data) |
| 152 | { |
| 153 | return glbinding::Binding::ClearNamedBufferData(buffer, internalformat, format, type, data); |
| 154 | } |
| 155 | |
| 156 | void glClearNamedBufferDataEXT(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data) |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected