| 149 | } |
| 150 | |
| 151 | void glDeleteObjectARB(GLhandleARB obj) |
| 152 | { |
| 153 | return glbinding::Binding::DeleteObjectARB(obj); |
| 154 | } |
| 155 | |
| 156 | void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids) |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected