| 144 | } |
| 145 | |
| 146 | void glGenSamplers(GLsizei count, GLuint * samplers) |
| 147 | { |
| 148 | return glbinding::Binding::GenSamplers(count, samplers); |
| 149 | } |
| 150 | |
| 151 | void glGenSemaphoresEXT(GLsizei n, GLuint * semaphores) |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected