Skip to main content

Module dense_tile

Module dense_tile 

Source
Expand description

Dense tile payload — flat row-major attribute arrays.

Used when a tile’s fill ratio crosses super::DENSE_PROMOTION_THRESHOLD. The dense layout drops coordinate columns entirely: cell i’s coordinates are recovered from i and the tile’s per-dim extents.

Structs§

DenseTile
Dense tile payload.

Functions§

cells_per_tile
Total cells per tile = product of extents (saturating at usize::MAX).