| 129 | } |
| 130 | |
| 131 | void glGenQueryResourceTagNV(GLsizei n, GLint * tagIds) |
| 132 | { |
| 133 | return glbinding::Binding::GenQueryResourceTagNV(n, tagIds); |
| 134 | } |
| 135 | |
| 136 | void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers) |
| 137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected