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

    Interface ClusteredMaterialVariantManifest

    Bounded startup manifest for clustered scene shader translation and diagnostics.

    interface ClusteredMaterialVariantManifest {
        entries: readonly Readonly<ClusteredMaterialVariantManifestEntry>[];
        maxVariants?: number;
        warmupBatchSize?: number;
    }
    Index
    entries: readonly Readonly<ClusteredMaterialVariantManifestEntry>[]

    Exact mesh/material exemplars whose native clustered variants are required at startup.

    maxVariants?: number

    Maximum unique native scene variants, including runtime discoveries. Defaults to 64.

    warmupBatchSize?: number

    Variants translated before yielding back to renderer initialization. Defaults to 4.