Quote Originally Posted by saaya View Post
compute shader for games? idk... except for ai and physics, what could you use it for?
A great deal of graphics effects can be implemented as massive parallel computing tasks, getting around the limitations of the traditional shader pipeline and repetitive texture fetching, like the various ambient occlusion methods, full-res lens effects, order-independent transparency (a bliss for all the deferred engines out there) and many more.