SDK JS
    Preparing search index...

    Interface DecodeGpuOptions

    Options for the GPU-packed splat path (decodeTilesGpu) — same contract shape as DecodeOptions, typed for SplatTileGpu tiles.

    interface DecodeGpuOptions {
        onTile?: (tile: SplatTileGpu, index: number) => void;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    onTile?: (tile: SplatTileGpu, index: number) => void
    signal?: AbortSignal