2022 - WebGPU indirect draw and indirect dispatch
This is a small experiment with WebGPU using GPU driven rendering approach (basically the compute shader define what will be displayed on the screen). The implementation is very naive, also I did not have time to dig some bugs when you move position UI element too fast :) . Demo that requires a WebGPU compatible browser and the repository.