.. _doc_advanced_postprocessing: Advanced post-processing ======================== Introduction ------------ This tutorial describes an advanced method for post-processing in Godot. In particular, it will explain how to write a post-processing shader that uses the depth buffer. You should already be familiar with post-processing generally and, in particular, with the methods outlined in the `custom post-processing tutorial