Skip to content

Phase 2 / Task 1: Move AtmosphereSystem ownership into render graph #461

@MichaelFisher1997

Description

@MichaelFisher1997

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions