Skip to main content

Module state

Module state 

Source
Expand description

Shared state container + algorithm for any shadows lane.

Each concrete lane (StandardShadowsLane, LowResShadowsLane, …) owns one ShadowsLaneState and exposes its own (hardcoded) dimensions to its Lane trait methods. The state is identical in shape; only the GPU resource sizes differ.

Structs§

ShadowsLaneState
Shared state used by every shadows lane.