| 1119 | } |
| 1120 | |
| 1121 | void glCreateFramebuffers(GLsizei n, GLuint * framebuffers) |
| 1122 | { |
| 1123 | return glbinding::Binding::CreateFramebuffers(n, framebuffers); |
| 1124 | } |
| 1125 | |
| 1126 | void glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects) |
| 1127 | { |
nothing calls this directly
no outgoing calls
no test coverage detected