Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Copy
Method
Copy
DevIL/include/IL/devil_cpp_wrapper.hpp:327–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
326
327
ILboolean ilImage::Copy(ILuint Src)
328
{
329
if (this->Id) {
330
this->Bind();
331
return ilCopyImage(Src);
332
}
333
return IL_FALSE;
334
}
335
336
337
ILboolean ilImage::Default()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected