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

Function glBindTexture

source/glbinding/source/gl/functions_b.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void glBindTexture(GLenum target, GLuint texture)
277{
278 return glbinding::Binding::BindTexture(target, texture);
279}
280
281void glBindTextureEXT(GLenum target, GLuint texture)
282{

Callers 4

CubeScapeMethod · 0.85
drawMethod · 0.85
CubeScapeMethod · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected