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

    Interface RendererSupportOptions

    WebGPU adapter/device constraints accepted by support probes and automatic selection.

    interface RendererSupportOptions {
        failIfMajorPerformanceCaveat?: boolean;
        forceFallbackAdapter?: boolean;
        powerPreference?: RendererAdapterPowerPreference;
        requiredFeatures?: readonly RendererFeatureName[];
        requiredLimits?: Readonly<Record<string, number>>;
    }

    Hierarchy (View Summary)

    Index
    failIfMajorPerformanceCaveat?: boolean
    forceFallbackAdapter?: boolean
    requiredFeatures?: readonly RendererFeatureName[]
    requiredLimits?: Readonly<Record<string, number>>