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

Method TexImage

DevIL/include/IL/devil_cpp_wrapper.hpp:377–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376
377ILboolean ilImage::TexImage(ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, void *Data)
378{
379 if (this->Id) {
380 this->Bind();
381 return ilTexImage(Width, Height, Depth, Bpp, Format, Type, Data);
382 }
383 return IL_FALSE;
384}
385
386
387

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected