Sample: Recursive Gaussian Filter
Minimum spec: SM 1.1

This sample implements a Gaussian blur using Deriche's recursive method. The advantage of this method is that the execution time is independent of the filter width.

Key concepts:
