Type Alias: DecodedBandSeparate
DecodedBandSeparate =
object
Defined in: decode.ts:20
Raster stored in one typed array per band (band-major / planar).
Properties
bands
bands:
RasterTypedArray[]
Defined in: decode.ts:27
One typed array per band, each length = width * height.
This is the preferred representation when uploading one texture per band.
layout
layout:
"band-separate"
Defined in: decode.ts:21