MCPcopy 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
153ILboolean 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
163ILboolean ilImage::Copy(ILuint Src)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected