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§
- Shadows
Lane State - Shared state used by every shadows lane.