Namespace LansMap.Map.TilePipeline.Decode
Classes
- 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.
- WebWorkerBlockEncodeCapability
Whether this browser can run the tile encoder the web decode worker uses for block-compressed tile residency.
Structs
Interfaces
Enums
- WebAstcEncoderQuality
ASTC worker encode search effort.
- WebBlockEncodeState
Load state of the browser-side block-compressed tile encoder.