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

    Type Alias ProcessOptions

    Options for processing actions that require external resources.

    type ProcessOptions = {
        createDevice?: DeviceCreator;
        sourceFormat?: InputFormat;
    }
    Index
    createDevice?: DeviceCreator

    Function to create a GPU device (required for filterFloaters, filterCluster).

    sourceFormat?: InputFormat

    Input format reported by the info/stats actions; omitted when unset.