| 1154 | } |
| 1155 | |
| 1156 | void glCreateQueries(GLenum target, GLsizei n, GLuint * ids) |
| 1157 | { |
| 1158 | return glbinding::Binding::CreateQueries(target, n, ids); |
| 1159 | } |
| 1160 | |
| 1161 | void glCreateRenderbuffers(GLsizei n, GLuint * renderbuffers) |
| 1162 | { |
nothing calls this directly
no outgoing calls
no test coverage detected