Skip to content

pannous/webgpu-compute-rasterizer

 
 

Repository files navigation

webgpu-compute-rasterizer

Instead of using the hardware rasterizer, this experiment uses a compute shader to perform rasterization. Note that a software rasterizer is significantly slower than a rasterizer with hardware acceleration.

I didn't spend any time optimizing this, see this as barebones sample in case you're interested in this topic.

References

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • TypeScript 3.1%
  • Other 0.8%