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

Method Save

DevIL/include/IL/devil_cpp_wrapper.hpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252ILboolean ilImage::Save(ILconst_string FileName)
253{
254 this->iGenBind();
255 return ilSaveImage(FileName);
256}
257
258
259ILboolean ilImage::Save(ILconst_string FileName, ILenum Type)

Callers

nothing calls this directly

Calls 1

iGenBindMethod · 0.95

Tested by

no test coverage detected