splat-transform API Reference - v1.0.0
    Preparing search index...

    Type Alias DeviceCreator

    DeviceCreator: () => Promise<GraphicsDevice>

    A function that creates a PlayCanvas GraphicsDevice on demand.

    Used for GPU-accelerated k-means clustering during SOG compression. The application is responsible for caching if needed.

    Type Declaration

      • (): Promise<GraphicsDevice>
      • Returns Promise<GraphicsDevice>

        Promise resolving to a GraphicsDevice instance.