MCPcopy Create free account
hub / github.com/cginternals/globjects / pageCommitment

Method pageCommitment

source/globjects/source/Texture.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void 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
447void Texture::pageCommitment(const GLint level, const glm::ivec3& offset, const glm::ivec3& size, const GLboolean commit) const
448{

Callers 1

mapNextPageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected