| 219 | } |
| 220 | |
| 221 | void Texture::image2D(const GLint level, const GLenum internalFormat, const GLsizei width, const GLsizei height, const GLint border, const GLenum format, const GLenum type, const GLvoid* data) |
| 222 | { |
| 223 | bindlessImplementation().image2D(this, level, internalFormat, width, height, border, format, type, data); |
| 224 | } |
| 225 | |
| 226 | void Texture::image2D(const GLint level, const GLenum internalFormat, const glm::ivec2 & size, const GLint border, const GLenum format, const GLenum type, const GLvoid* data) |
| 227 | { |
no outgoing calls
no test coverage detected