|
tess 1.0.0
Performance-first tile and path simulation substrate
|
#include <tess/storage/chunk_meta.h>
Public Attributes | |
| ContentVersion | content_version {} |
| TopologyVersion | topology_version {} |
| std::uint32_t | entity_count = 0 |
Cold metadata for one resident chunk.
Dirty and active masks and dirty bounds live in world-owned parallel arrays for cache-efficient scans. Read and mutate those values through World; a ChunkMeta reference alone does not expose the complete chunk state. Sparse world eviction invalidates references to this object.