Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
void glBindTexture(GLenum target, GLuint texture)
277
{
278
return glbinding::Binding::BindTexture(target, texture);
279
}
280
281
void glBindTextureEXT(GLenum target, GLuint texture)
282
{
Callers
4
CubeScape
Method · 0.85
draw
Method · 0.85
CubeScape
Method · 0.85
draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected