|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/storage/chunk_meta.h>
Public Attributes | |
| ChunkState | state = ChunkState::ResidentSleeping |
| std::uint32_t | version = 0 |
| std::uint32_t | topology_version = 0 |
| std::uint32_t | active_count = 0 |
| std::uint32_t | entity_count = 0 |
Cold metadata for one resident chunk.
Dirty and active flags 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.