| 397 | } |
| 398 | |
| 399 | void 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 |