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

Function glBindTextures

source/glbinding/source/gl/functions_b.cpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void glBindTextures(GLuint first, GLsizei count, const GLuint * textures)
287{
288 return glbinding::Binding::BindTextures(first, count, textures);
289}
290
291void glBindTextureUnit(GLuint unit, GLuint texture)
292{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected