MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / ApplyBlur

Method ApplyBlur

GTE/Samples/Graphics/ShadowMaps/ShadowMapsWindow3.cpp:399–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399void ShadowMapsWindow3::ApplyBlur()
400{
401 // Horizontally blur the unlit render target.
402 mBlurHEffect->Execute(mEngine);
403
404 // Vertically blur the horizontal blur render target.
405 mBlurVEffect->Execute(mEngine);
406}
407
408

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected