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

Function glBindTextureEXT

source/glbinding/source/gl/functions_b.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void glBindTextureEXT(GLenum target, GLuint texture)
282{
283 return glbinding::Binding::BindTextureEXT(target, texture);
284}
285
286void glBindTextures(GLuint first, GLsizei count, const GLuint * textures)
287{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected