| 259 | } |
| 260 | |
| 261 | void glBindSamplers(GLuint first, GLsizei count, const GLuint * samplers) |
| 262 | { |
| 263 | return glbinding::Binding::BindSamplers(first, count, samplers); |
| 264 | } |
| 265 | |
| 266 | void glBindShadingRateImageNV(GLuint texture) |
| 267 | { |
nothing calls this directly
no outgoing calls
no test coverage detected