Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ Execute
Method
Execute
GTE/Samples/Graphics/ShadowMaps/SMBlurEffect.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void SMBlurEffect::Execute(std::shared_ptr<GraphicsEngine> const& engine)
41
{
42
engine->Execute(mProgram, mNumXGroups, mNumYGroups, 1);
43
}
44
45
Callers
2
ApplyBlur
Method · 0.45
OnIdle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected