| 159 | } |
| 160 | |
| 161 | void glBindFragDataLocation(GLuint program, GLuint color, const GLchar * name) |
| 162 | { |
| 163 | return glbinding::Binding::BindFragDataLocation(program, color, name); |
| 164 | } |
| 165 | |
| 166 | void glBindFragDataLocationEXT(GLuint program, GLuint color, const GLchar * name) |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected