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

Method bindImageTexture

source/globjects/source/Texture.cpp:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void Texture::bindImageTexture(const GLuint unit, const GLint level, const GLboolean layered, const GLint layer, const GLenum access, const GLenum format) const
402{
403 glBindImageTexture(unit, id(), level, layered, layer, access, format);
404}
405
406void Texture::unbindImageTexture(const GLuint unit)
407{

Callers 1

initializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected