Background blur
This example uses the segmenter plugin with the selfie segmentation model as a matte for a compact Dual Kawase blur pipeline. A few small offscreen passes build the blur efficiently, then the final pass applies the filter over the background, keeping the foreground sharp.
This is a good example of a multi-pass effect, where stepping through multiple render passes is actually more efficient than a single pass.