MCPcopy Create free account
hub / github.com/DentonW/DevIL / ExitClean

Function ExitClean

DevIL/examples/volume_example/3dtest.c:368–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367
368void ExitClean()
369{
370 if (!bCleaned) {
371 glDeleteTextures(1, &TexID1);
372 glDeleteTextures(1, &TexID2);
373 glDeleteTextures(1, &TexID3);
374 glDeleteTextures(1, &TexID4);
375 ilDeleteImages(1, &ImgId);
376 }
377 bCleaned = IL_TRUE;
378 return;
379}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected