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

Function ILAPIENTRY iluDeleteImage

DevIL/src-ILU/src/ilu_utilities.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17void ILAPIENTRY iluDeleteImage(ILuint Id)
18{
19 ilDeleteImages(1, &Id);
20 return;
21}
22
23
24ILuint ILAPIENTRY iluGenImage()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected