
Old Stuff 2: Clustered Deferred & SSAO
Last year I played with clustered deferred shading. The implementation run nicely, and was tested with 1024 real-time lights. The cluster assignment is done with compute shaders, the logarithmic split uses only one variable making the configuration easy, and the shading itself is a simple Phong model.