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

    Interface RenderPipelineShadowOptions

    Optional hybrid-shadow selection used by GPU-managed pipelines.

    interface RenderPipelineShadowOptions {
        excludeMeshes?: readonly Mesh[];
    }
    Index
    excludeMeshes?: readonly Mesh[]

    Mesh identities omitted from CPU shadow draws while remaining part of cache invalidation. The caller must record equivalent atlas writes for every exposed pageRegions entry.