pub const MAX_SHADOW_CASTERS: usize = 4;Expand description
Max simultaneous shadow casters (the sun counts as one). Lights flagged to cast beyond this are demoted to shadowless with a warning. Enforced in DL.3 (shadow stage); declared here so the budget is one constant.