| 179 | } |
| 180 | |
| 181 | void glFogf(GLenum pname, GLfloat param) |
| 182 | { |
| 183 | return glbinding::Binding::Fogf(pname, param); |
| 184 | } |
| 185 | |
| 186 | void glFogFuncSGIS(GLsizei n, const GLfloat * points) |
| 187 | { |
nothing calls this directly
no outgoing calls
no test coverage detected