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

Method subImage2D

source/globjects/source/Texture.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void Texture::subImage2D(const GLint level, const GLint xOffset, const GLint yOffset, const GLsizei width, const GLsizei height, const GLenum format, const GLenum type, const GLvoid * data)
242{
243 bindlessImplementation().subImage2D(this, level, xOffset, yOffset, width, height, format, type, data);
244}
245
246void Texture::subImage2D(const GLint level, const glm::ivec2& offset, const glm::ivec2& size, const GLenum format, const GLenum type, const GLvoid * data)
247{

Callers 1

mapNextPageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected