Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface DynamicResolutionDiagnostics

    Stable adaptive-resolution telemetry for renderer diagnostics.

    interface DynamicResolutionDiagnostics {
        renderScale: number;
        sampledFrameCount: number;
        smoothedGPUFrameTimeMs: number | null;
    }
    Index
    renderScale: number

    Current internal scene resolution relative to the output.

    sampledFrameCount: number

    Number of distinct ready GPU timeline samples accepted by this controller.

    smoothedGPUFrameTimeMs: number | null

    EWMA of accepted profiled Render Graph GPU work, or null before the first sample.