Goal
Make the current culling system implement the new abstraction without changing behavior.
Scope
- culling implementation files
Work
- Adapt the existing culling system to the new interface
- Preserve CPU/GPU fallback behavior
- Keep frame-indexed read/write semantics stable
Acceptance criteria
- Existing culling behavior remains unchanged
- The adapter compiles with the new interface
Parallel-safe
Yes
Goal
Make the current culling system implement the new abstraction without changing behavior.
Scope
Work
Acceptance criteria
Parallel-safe
Yes