| 64 | } |
| 65 | |
| 66 | void glGenFramebuffers(GLsizei n, GLuint * framebuffers) |
| 67 | { |
| 68 | return glbinding::Binding::GenFramebuffers(n, framebuffers); |
| 69 | } |
| 70 | |
| 71 | void glGenFramebuffersEXT(GLsizei n, GLuint * framebuffers) |
| 72 | { |
nothing calls this directly
no outgoing calls
no test coverage detected