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

Method Resize

DevIL/include/IL/devil_cpp_wrapper.hpp:367–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366
367ILboolean ilImage::Resize(ILuint Width, ILuint Height, ILuint Depth)
368{
369 if (this->Id) {
370 this->Bind();
371 return iluScale(Width, Height, Depth);
372 }
373 return IL_FALSE;
374}
375
376
377ILboolean ilImage::TexImage(ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, void *Data)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected