post processing means;

you know you get a image on the screen when engine renders objects, this image is actually a 2d image. Bacuse that you process this image AFTER engine renders everything and creates the image, it's called post-processing.

you take this image, and run some sort of shader algorithms on it and you get a processed with your shader.


3333333333