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
Goal
Make SSAO usage explicit in the render graph and stop relying on render-context convenience paths.
Scope
src/engine/graphics/render_graph.zigSceneContextconstruction pathsWork
ssao_ctxdirectlyAcceptance criteria
ISSAOContextonlyParallel-safe
Yes