Expand description
Depth peeling transparency pass.
Implements front-to-back depth peeling for correct transparency rendering. Each peel pass renders the scene, discarding fragments at or in front of the previous pass’s maximum depth. Peeled layers are composited using alpha-under blending into a final buffer.
Structs§
- Depth
Peel Pass - Resources for the depth peeling transparency system.