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

Method glDeleteTextures

GTE/Graphics/GL46/GL46.cpp:1362–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1360}
1361
1362void gte::glDeleteTextures(GLsizei n, const GLuint* textures)
1363{
1364 ::glDeleteTextures(n, textures);
1365 ReportGLError("glDeleteTextures");
1366
1367#if defined(GTE_ENABLE_GLTRACE)
1368 gsTrace.Call("glDeleteTextures", "",
1369 n, gsTrace.GetArray(n, textures));
1370#endif
1371}
1372
1373void gte::glGenTextures(GLsizei n, GLuint* textures)
1374{

Callers

nothing calls this directly

Calls 4

glDeleteTexturesFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetArrayMethod · 0.80

Tested by

no test coverage detected