| 139 | } |
| 140 | |
| 141 | void glDeleteNamedStringARB(GLint namelen, const GLchar * name) |
| 142 | { |
| 143 | return glbinding::Binding::DeleteNamedStringARB(namelen, name); |
| 144 | } |
| 145 | |
| 146 | void glDeleteNamesAMD(GLenum identifier, GLuint num, const GLuint * names) |
| 147 | { |
nothing calls this directly
no outgoing calls
no test coverage detected