MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glGenTextures

Method glGenTextures

GTE/Graphics/GL46/GL46.cpp:1373–1382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371}
1372
1373void gte::glGenTextures(GLsizei n, GLuint* textures)
1374{
1375 ::glGenTextures(n, textures);
1376 ReportGLError("glGenTextures");
1377
1378#if defined(GTE_ENABLE_GLTRACE)
1379 gsTrace.Call("glGenTextures", "",
1380 n, gsTrace.GetArray(n, textures));
1381#endif
1382}
1383
1384GLboolean gte::glIsTexture(GLuint texture)
1385{

Callers

nothing calls this directly

Calls 4

glGenTexturesFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetArrayMethod · 0.80

Tested by

no test coverage detected