Skip to content

Phase 5 / Task 2: Move feature toggles into owning systems #471

@MichaelFisher1997

Description

@MichaelFisher1997

Goal

Move feature toggles closer to the systems and passes they control.

Scope

  • src/engine/graphics/render_system.zig
  • render pass structs
  • related settings paths

Work

  • Push disable flags into the relevant pass/system structs
  • Keep environment-variable overrides working
  • Reduce top-level forwarding fields

Acceptance criteria

  • Feature toggles live near the code they affect
  • Behavior is unchanged when flags are set

Parallel-safe

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions