| 1209 | } |
| 1210 | |
| 1211 | void glCreateTextures(GLenum target, GLsizei n, GLuint * textures) |
| 1212 | { |
| 1213 | return glbinding::Binding::CreateTextures(target, n, textures); |
| 1214 | } |
| 1215 | |
| 1216 | void glCreateTransformFeedbacks(GLsizei n, GLuint * ids) |
| 1217 | { |
nothing calls this directly
no outgoing calls
no test coverage detected