Using the interpolated values from the previous processes, this last stage starts when all the pixels are ready to be projected onto the screen. At this point, the Fragment Shader Stage, also known as a Pixel Shader Stage, begins and is responsible for the visibility of each pixel. What it does is process the final color of a pixel and then send it to the Color Buffer.
