Explain the Rasterization process in graphics pipeline
Tessellation is a procedure that converts each thing into triangles. Later on, triangles are broken down into the smallest parts known as pixels. Through the process of rasterization, the entire continuous scene is drawn in a discrete form on a monitor. The pixel’s color is determined by the light source, viewing direction, object material property, and so on. Finally, the result is combined and shown on the monitor screen.