pub fn stash_hidden_entities(main: &mut World, render: &mut World)Expand description
Extract fn: recompute the hidden-subtree set from the main-world hierarchy
and mirror it into the render world for cull_hidden.
Registered as the FIRST default extract so it primes the shared
ExtractContextCache hierarchy memos (parents, hidden) that every
following extractor reuses within the same phase.