Clustered shading

From Valve Developer Community
Revision as of 14:17, 27 August 2025 by Equalizer5118 (talk | contribs) (→‎Usage: unused section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

Clustered shading, sometimes referred to as a "Clustered renderer", is a lighting technique that allows dynamic lights to be rendered with little to no performance impact, similar to a Deferred renderer.

A more in-depth description of clustered shading and documentation on how to utilize it in supported games can be found on the Strata Source Wiki.


Usage

Source

The following Source games or branches use this technique:

See also