A post-processing pipeline that applies post-processing effects to an already rendered scene have become a de-facto standard in modern video game graphics rendering. Post effects usually rely only on data that is available in image space. Typical post-processing effects are:
The following text will present a description and an implementation of these effects.