MCPcopy 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
161void glGenTextures(GLsizei n, GLuint * textures)
162{
163 return glbinding::Binding::GenTextures(n, textures);
164}
165
166void glGenTexturesEXT(GLsizei n, GLuint * textures)
167{

Callers 2

CubeScapeMethod · 0.85
CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected