Rasterization
Rasterization describes the process of mapping vector graphics, 3D models or polygons onto a pixel grid, such that the resulting image looks like a realistic 2D projection of the underlying shape onto the screen.
Rasterization is the most common rendering technique in real-time rendering, where rendering APIs such as OpenGL or Direct3D implement rasterization algorithms that deal primarily with the problem of rasterizing triangles.