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

Function glDeleteTextures

GTE/Graphics/GL46/GL46.cpp:2297–2308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2295}
2296
2297void APIENTRY glDeleteTextures(GLsizei n, const GLuint* textures)
2298{
2299 if (sglDeleteTextures)
2300 {
2301 sglDeleteTextures(n, textures);
2302 ReportGLError("glDeleteTextures");
2303 }
2304 else
2305 {
2306 ReportGLNullFunction("glDeleteTextures");
2307 }
2308}
2309
2310void APIENTRY glGenTextures(GLsizei n, GLuint* textures)
2311{

Callers 8

~GL46Texture2ArrayMethod · 0.85
~GL46Texture1ArrayMethod · 0.85
~GL46TextureCubeArrayMethod · 0.85
~GL46Texture1Method · 0.85
~GL46TextureCubeMethod · 0.85
glDeleteTexturesMethod · 0.85
~GL46Texture3Method · 0.85
~GL46Texture2Method · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected