Goal
Move feature toggles closer to the systems and passes they control.
Scope
src/engine/graphics/render_system.zig
- render pass structs
- related settings paths
Work
- Push disable flags into the relevant pass/system structs
- Keep environment-variable overrides working
- Reduce top-level forwarding fields
Acceptance criteria
- Feature toggles live near the code they affect
- Behavior is unchanged when flags are set
Parallel-safe
Yes
Goal
Move feature toggles closer to the systems and passes they control.
Scope
src/engine/graphics/render_system.zigWork
Acceptance criteria
Parallel-safe
Yes