| 329 | } |
| 330 | |
| 331 | void glDepthRangefOES(GLclampf n, GLclampf f) |
| 332 | { |
| 333 | return glbinding::Binding::DepthRangefOES(n, f); |
| 334 | } |
| 335 | |
| 336 | void glDepthRangeIndexed(GLuint index, GLdouble n, GLdouble f) |
| 337 | { |
nothing calls this directly
no outgoing calls
no test coverage detected