Homesplat-transform API Reference - v3.0.0
    Preparing search index...

    Type Alias WriteSourceOptions

    Options for writeSource — the chunk-native write entry.

    type WriteSourceOptions = {
        createDevice?: DeviceCreator;
        filename: string;
        options: Options;
        outputFormat: OutputFormat;
        pool: ChunkDataPool;
        source: ChunkSource;
    }
    Index
    createDevice?: DeviceCreator

    Optional function to create a GPU device.

    filename: string

    Path to the output file.

    options: Options

    Processing options.

    outputFormat: OutputFormat

    The format to write (single-scene formats; lod goes via writeLodSource).

    Pool for the streaming writers and the materialize bridge.

    source: ChunkSource

    The source to write (the caller owns its lifetime / close()).