| 249 | } |
| 250 | |
| 251 | void glBindRenderbufferEXT(GLenum target, GLuint renderbuffer) |
| 252 | { |
| 253 | return glbinding::Binding::BindRenderbufferEXT(target, renderbuffer); |
| 254 | } |
| 255 | |
| 256 | void glBindSampler(GLuint unit, GLuint sampler) |
| 257 | { |
nothing calls this directly
no outgoing calls
no test coverage detected