| 1164 | } |
| 1165 | |
| 1166 | void glCreateSamplers(GLsizei n, GLuint * samplers) |
| 1167 | { |
| 1168 | return glbinding::Binding::CreateSamplers(n, samplers); |
| 1169 | } |
| 1170 | |
| 1171 | void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores) |
| 1172 | { |
nothing calls this directly
no outgoing calls
no test coverage detected