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

Function glActiveTextureARB

source/glbinding/source/gl/functions_a.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void glActiveTextureARB(GLenum texture)
52{
53 return glbinding::Binding::ActiveTextureARB(texture);
54}
55
56void glActiveVaryingNV(GLuint program, const GLchar * name)
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected