Table of Contents

webgpufundamentals.org

Fix, Fork, Contribute

WebGPU Rasterization

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”.

Questions? Ask on stackoverflow.
Suggestion? Request? Issue? Bug?
Use <pre><code>code goes here</code></pre> for code blocks
comments powered by Disqus