This article provides some details into how WebGPU draws points, lines, and triangles. Render pipelines generally render points, lines, or triangles. Compute pipelines can update textures or buffers directly, effectively doing “software rasterization”. This article is about the former, sometimes called “hardware rasterization”.