three-nebula API
    Preparing search index...

    Type Alias GPURenderer

    GPURenderer: DesktopGPURenderer | MobileGPURenderer

    new GPURenderer(...) constructs and returns a concrete DesktopGPURenderer or MobileGPURenderer (a constructor-return override), never a bare facade. The public type is that real union, so the shipped declarations describe the object consumers actually receive — including its points, textureAtlas, etc. — instead of an empty facade class that claimed a method the instances don't have.