| 729 | } |
| 730 | |
| 731 | void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data) |
| 732 | { |
| 733 | return glbinding::Binding::CompressedTexImage3D(target, level, internalformat, width, height, depth, border, imageSize, data); |
| 734 | } |
| 735 | |
| 736 | void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data) |
| 737 | { |
nothing calls this directly
no outgoing calls
no test coverage detected