Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Convert
Method
Convert
DevIL/cpp wrapper/il_wrap.cpp:153–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
152
153
ILboolean ilImage::Convert(ILenum NewFormat)
154
{
155
if (this->Id) {
156
this->Bind();
157
return ilConvertImage(NewFormat, IL_UNSIGNED_BYTE);
158
}
159
return IL_FALSE;
160
}
161
162
163
ILboolean ilImage::Copy(ILuint Src)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected