Skip to content

Phase 2 / Task 2: Move MaterialSystem ownership into render graph #462

@MichaelFisher1997

Description

@MichaelFisher1997

Goal

Move material 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

  • Rehome material-system setup where passes consume it
  • Keep only the material interfaces required by passes
  • Remove indirect access paths that exist only for pass execution

Acceptance criteria

  • RenderSystem no longer stores material state only for pass execution
  • Terrain and water material binding 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