Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Delete
Method
Delete
DevIL/include/IL/devil_cpp_wrapper.hpp:410–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
409
410
void ilImage::Delete()
411
{
412
if (this->Id == 0)
413
return;
414
ilDeleteImages(1, &this->Id);
415
this->Id = 0;
416
return;
417
}
418
419
420
Callers
3
Close
Method · 0.95
Close
Method · 0.95
Bind
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected