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

Method image2D

source/globjects/source/Texture.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void 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
226void 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{

Callers 2

initializeFunction · 0.45
initializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected