Goal
Move atmosphere ownership out of RenderSystem and into the render-graph setup path.
Scope
src/engine/graphics/render_system.zig
src/engine/graphics/render_graph.zig
Work
- Shift atmosphere setup/ownership to the graph path where practical
- Pass only the interfaces the passes need
- Remove
RenderSystem-only wiring for atmosphere
Acceptance criteria
RenderSystem no longer owns atmosphere as a core concern
- Sky rendering still works
Parallel-safe
Yes
Goal
Move atmosphere ownership out of
RenderSystemand into the render-graph setup path.Scope
src/engine/graphics/render_system.zigsrc/engine/graphics/render_graph.zigWork
RenderSystem-only wiring for atmosphereAcceptance criteria
RenderSystemno longer owns atmosphere as a core concernParallel-safe
Yes