| 1159 | } |
| 1160 | |
| 1161 | void glCreateRenderbuffers(GLsizei n, GLuint * renderbuffers) |
| 1162 | { |
| 1163 | return glbinding::Binding::CreateRenderbuffers(n, renderbuffers); |
| 1164 | } |
| 1165 | |
| 1166 | void glCreateSamplers(GLsizei n, GLuint * samplers) |
| 1167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected