| 1109 | } |
| 1110 | |
| 1111 | void glCreateBuffers(GLsizei n, GLuint * buffers) |
| 1112 | { |
| 1113 | return glbinding::Binding::CreateBuffers(n, buffers); |
| 1114 | } |
| 1115 | |
| 1116 | void glCreateCommandListsNV(GLsizei n, GLuint * lists) |
| 1117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected