Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glGenTextures
Function
glGenTextures
source/glbinding/source/gl/functions_g.cpp:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void glGenTextures(GLsizei n, GLuint * textures)
162
{
163
return glbinding::Binding::GenTextures(n, textures);
164
}
165
166
void glGenTexturesEXT(GLsizei n, GLuint * textures)
167
{
Callers
2
CubeScape
Method · 0.85
CubeScape
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected