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

Function glBindTextureUnit

source/glbinding/source/gl/functions_b.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void glBindTextureUnit(GLuint unit, GLuint texture)
292{
293 return glbinding::Binding::BindTextureUnit(unit, texture);
294}
295
296GLuint glBindTextureUnitParameterEXT(GLenum unit, GLenum value)
297{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected