Skip to content

Phase 1 / Task 3: Route SSAO calls through ISSAOContext #460

@MichaelFisher1997

Description

@MichaelFisher1997

Goal

Make SSAO usage explicit in the render graph and stop relying on render-context convenience paths.

Scope

  • src/engine/graphics/render_graph.zig
  • SceneContext construction paths

Work

  • Ensure SSAO work uses ssao_ctx directly
  • Remove any render-context-based SSAO assumptions
  • Update docs/comments if needed

Acceptance criteria

  • SSAO code references ISSAOContext only
  • Render graph behavior is unchanged

Parallel-safe

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions