| 174 | } |
| 175 | |
| 176 | void glBindFragmentShaderATI(GLuint id) |
| 177 | { |
| 178 | return glbinding::Binding::BindFragmentShaderATI(id); |
| 179 | } |
| 180 | |
| 181 | void glBindFramebuffer(GLenum target, GLuint framebuffer) |
| 182 | { |
nothing calls this directly
no outgoing calls
no test coverage detected