Skip to main content

For questions related to the rasterization process, both in terms of GPU hardware and algorithms related to rasterization.

Rasterization is the process of turning shapes into fragments. This is commonly done through ROPs (hardware), but it can be accomplished through software as well.