MCPcopy Create free account
hub / github.com/DentonW/DevIL / ILAPIENTRY ilDeleteImage

Function ILAPIENTRY ilDeleteImage

DevIL/src-IL/src/il_stack.cpp:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176void ILAPIENTRY ilDeleteImage(const ILuint Num) {
177 ilDeleteImages(1,&Num);
178}
179
180//! Checks if Image is a valid ilGenImages-generated image (like glIsTexture()).
181ILboolean ILAPIENTRY ilIsImage(ILuint Image)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected