| 1114 | } |
| 1115 | |
| 1116 | void glCreateCommandListsNV(GLsizei n, GLuint * lists) |
| 1117 | { |
| 1118 | return glbinding::Binding::CreateCommandListsNV(n, lists); |
| 1119 | } |
| 1120 | |
| 1121 | void glCreateFramebuffers(GLsizei n, GLuint * framebuffers) |
| 1122 | { |
nothing calls this directly
no outgoing calls
no test coverage detected