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

    Variable RADIX_SORT_PORTABLEConst

    RADIX_SORT_PORTABLE: number = 1

    Portable radix sort backend. Runs on every WebGPU device (no subgroup intrinsics required) and is chosen by RADIX_SORT_AUTO when no faster hardware-specific backend is available. See ComputeRadixSort.