| 1219 | } |
| 1220 | |
| 1221 | void glCreateVertexArrays(GLsizei n, GLuint * arrays) |
| 1222 | { |
| 1223 | return glbinding::Binding::CreateVertexArrays(n, arrays); |
| 1224 | } |
| 1225 | |
| 1226 | void glCullFace(GLenum mode) |
| 1227 | { |
nothing calls this directly
no outgoing calls
no test coverage detected