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

Method BlurAvg

DevIL/include/IL/devil_cpp_wrapper.hpp:616–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616ILboolean ilFilters::BlurAvg(ilImage &Image, ILuint Iter)
617{
618 Image.Bind();
619 return iluBlurAvg(Iter);
620}
621
622ILboolean ilFilters::BlurGaussian(ilImage &Image, ILuint Iter)
623{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected