MCPcopy Create free account
hub / github.com/DentonW/DevIL / TexImage

Method TexImage

DevIL/cpp wrapper/il_wrap.cpp:213–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212
213ILboolean ilImage::TexImage(ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, ILvoid *Data)
214{
215 if (this->Id) {
216 this->Bind();
217 return ilTexImage(Width, Height, Depth, Bpp, Format, Type, Data);
218 }
219 return IL_FALSE;
220}
221
222
223

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected