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

    Class Bloom

    Built-in high-quality HDR bloom feature.

    It performs a soft-knee Karis prefilter, a bounded half-resolution pyramid, tent upsampling, and linear HDR composition. Pair it with ColorUber or use PostProcessRenderPipelineFactory so tone mapping happens after bloom.

    Implements

    Index
    injectionPoint: "after-transparent" = ...

    Stable point at which the runtime records its graph work.

    name: "bloom" = 'bloom'

    Unique diagnostic name within one forward factory.

    requirements: Readonly<
        {
            requiredTextureFormats: readonly (
                | Readonly<{ format: "rgba16float"; use: "color-attachment" }>
                | Readonly<{ format: "rgba16float"; use: "filterable-sampled" }>
            )[];
            sampledDepth: false;
            sampledSceneColor: true;
        },
    > = ...

    Static scene-resource and device constraints.