Engine API Reference - v2.20.0-beta.0
    Preparing search index...

    Variable RADIX_SORT_AUTOConst

    RADIX_SORT_AUTO: number = 0

    Automatically selects the best radix sort backend for the current WebGPU device: OneSweep on supported hardware (NVIDIA), the portable backend elsewhere. See ComputeRadixSort.