Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void ILAPIENTRY iluDeleteImage(ILuint Id)
18
{
19
ilDeleteImages(1, &Id);
20
return;
21
}
22
23
24
ILuint ILAPIENTRY iluGenImage()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected