←  Home

Deferred Shading

Implement deferred shading from scratch with MRT.
Use compute shaders to update the lights positions and velocities on the GPU.
- https://gpgpu-boxes.georgi-nikolov.com/
- https://austin-eng.com/webgpu-samples/samples/deferredRendering#main.ts

Source Code