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

#include <tess/storage/chunk_meta.h>

Public Attributes

ContentVersion content_version {}
TopologyVersion topology_version {}
std::uint32_t entity_count = 0

Detailed Description

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.


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