| 309 | } |
| 310 | |
| 311 | void glDepthRangeArraydvNV(GLuint first, GLsizei count, const GLdouble * v) |
| 312 | { |
| 313 | return glbinding::Binding::DepthRangeArraydvNV(first, count, v); |
| 314 | } |
| 315 | |
| 316 | void glDepthRangeArrayv(GLuint first, GLsizei count, const GLdouble * v) |
| 317 | { |
nothing calls this directly
no outgoing calls
no test coverage detected