Skip to main content

Module depth_peel_pass

Module depth_peel_pass 

Source
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§

DepthPeelPass
Resources for the depth peeling transparency system.