Pane — WebGPU sketchpad
Programming
> device = await navigator.gpu.
requestAdapter()
> shader.compile("vertex")
> pipeline.draw(6, 1)
> frame: 16.67ms
>
requestAdapter()
> shader.compile("vertex")
> pipeline.draw(6, 1)
> frame: 16.67ms
>
Case study content coming soon. In the meantime, the cover above tells most of the story.