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

Function glBindImageTextureEXT

source/glbinding/source/gl/functions_b.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void glBindImageTextureEXT(GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format)
197{
198 return glbinding::Binding::BindImageTextureEXT(index, texture, level, layered, layer, access, format);
199}
200
201void glBindImageTextures(GLuint first, GLsizei count, const GLuint * textures)
202{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected