| 254 | } |
| 255 | |
| 256 | void glBindSampler(GLuint unit, GLuint sampler) |
| 257 | { |
| 258 | return glbinding::Binding::BindSampler(unit, sampler); |
| 259 | } |
| 260 | |
| 261 | void glBindSamplers(GLuint first, GLsizei count, const GLuint * samplers) |
| 262 | { |
nothing calls this directly
no outgoing calls
no test coverage detected