pub fn load_tile_index(archive: &[u8]) -> Result<TileIndex>Expand description
Load the tile index from a GPU archive without decompressing any tiles.
This enables O(1) tile lookup for random access decompression.
ยงErrors
CrushError::InvalidFormatif the archive is malformed.