MCPcopy Create free account
hub / github.com/cginternals/glbinding / glBindImageTexture

Function glBindImageTexture

source/glbinding/source/gl/functions_b.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
192{
193 return glbinding::Binding::BindImageTexture(unit, texture, level, layered, layer, access, format);
194}
195
196void glBindImageTextureEXT(GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format)
197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected