Table of Contents

Namespace LansMap.Map.TilePipeline.Decode

Classes

RawTileBlob
TileCodecRegistry
TileDecodeWorker
TileFormatResolver
TileRgba8888

Normalizes a decoded tile texture into tightly packed RGBA8888. Main thread only (Texture2D API). Never allocates on the managed heap: the source pixels are read through GetRawTextureData<byte> (a NativeArray view over the texture's own memory, not a copy) and written into a caller-provided buffer the caller owns and pools.

WebTileDecodeBridge
WebWorkerBlockEncodeCapability

Whether this browser can run the tile encoder the web decode worker uses for block-compressed tile residency.

Structs

IWebTileDecodeBridge.BitmapResult
IWebTileDecodeBridge.Result
TileBlockPayload
TileDecodeWorker.Request
TileDecodeWorker.Result
TileFormatResolver.Result

Interfaces

IRuntimeTileBlockCodec
IWebTileDecodeBridge

Enums

WebAstcEncoderQuality

ASTC worker encode search effort.

WebBlockEncodeState

Load state of the browser-side block-compressed tile encoder.