Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ BlurAvg
Method
BlurAvg
DevIL/cpp wrapper/il_wrap.cpp:478–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
477
478
ILboolean ilFilters::BlurAvg(ilImage &Image, ILuint Iter)
479
{
480
Image.Bind();
481
return iluBlurAvg(Iter);
482
}
483
484
485
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected