Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Delete
Method
Delete
DevIL/cpp wrapper/il_wrap.cpp:248–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
247
248
ILvoid ilImage::Delete()
249
{
250
if (this->Id == 0)
251
return;
252
ilDeleteImages(1, &this->Id);
253
this->Id = 0;
254
return;
255
}
256
257
258
Callers
1
Bind
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected