MCPcopy 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
40void SMBlurEffect::Execute(std::shared_ptr<GraphicsEngine> const& engine)
41{
42 engine->Execute(mProgram, mNumXGroups, mNumYGroups, 1);
43}
44
45

Callers 2

ApplyBlurMethod · 0.45
OnIdleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected