| 904 | } |
| 905 | |
| 906 | void glCopyColorSubTableEXT(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) |
| 907 | { |
| 908 | return glbinding::Binding::CopyColorSubTableEXT(target, start, x, y, width); |
| 909 | } |
| 910 | |
| 911 | void glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) |
| 912 | { |
nothing calls this directly
no outgoing calls
no test coverage detected