tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::ChunkMeta Struct Reference

#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

Detailed Description

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.


The documentation for this struct was generated from the following file: