Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void glActiveTexture(GLenum texture)
47
{
48
return glbinding::Binding::ActiveTexture(texture);
49
}
50
51
void glActiveTextureARB(GLenum texture)
52
{
Callers
2
draw
Method · 0.85
draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected