| 709 | } |
| 710 | |
| 711 | void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data) |
| 712 | { |
| 713 | return glbinding::Binding::CompressedTexImage1D(target, level, internalformat, width, border, imageSize, data); |
| 714 | } |
| 715 | |
| 716 | void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data) |
| 717 | { |
nothing calls this directly
no outgoing calls
no test coverage detected