: The main shader file that calculates bounced lighting and ambient occlusion.

: Since it is a post-process effect, it can only trace light for objects currently visible on your screen. Objects behind the camera or off-screen will not cast rays.

: Allows for sharp or glossy reflections based on the game's depth buffer.