Sample: recursiveGaussian Minimum spec: SM 3.5 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: Graphics Interop Image Processing