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

Function glActiveTexture

source/glbinding/source/gl/functions_a.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void glActiveTexture(GLenum texture)
47{
48 return glbinding::Binding::ActiveTexture(texture);
49}
50
51void glActiveTextureARB(GLenum texture)
52{

Callers 2

drawMethod · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected