Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Copy
Method
Copy
DevIL/cpp wrapper/il_wrap.cpp:163–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
163
ILboolean ilImage::Copy(ILuint Src)
164
{
165
if (this->Id) {
166
this->Bind();
167
return ilCopyImage(Src);
168
}
169
return IL_FALSE;
170
}
171
172
173
ILboolean ilImage::Default()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected