| 440 | } |
| 441 | |
| 442 | void Texture::pageCommitment(const GLint level, const GLint xOffset, const GLint yOffset, const GLint zOffset, const GLsizei width, const GLsizei height, const GLsizei depth, const GLboolean commit) const |
| 443 | { |
| 444 | bindlessImplementation().pageCommitment(this, level, xOffset, yOffset, zOffset, width, height, depth, commit); |
| 445 | } |
| 446 | |
| 447 | void Texture::pageCommitment(const GLint level, const glm::ivec3& offset, const glm::ivec3& size, const GLboolean commit) const |
| 448 | { |