| 364 | } |
| 365 | |
| 366 | void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, void * data) |
| 367 | { |
| 368 | return glbinding::Binding::GetColorTableEXT(target, format, type, data); |
| 369 | } |
| 370 | |
| 371 | void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params) |
| 372 | { |
nothing calls this directly
no outgoing calls
no test coverage detected