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

    Variable MaterialBlendPresetConst

    MaterialBlendPreset: Readonly<
        {
            PREMULTIPLIED_ADDITIVE: Readonly<MaterialBlendState>;
            PREMULTIPLIED_ALPHA: Readonly<MaterialBlendState>;
            STRAIGHT_ALPHA: Readonly<MaterialBlendState>;
            STRAIGHT_ALPHA_ADDITIVE: Readonly<MaterialBlendState>;
        },
    > = ...

    Canonical immutable blend equations shared by materials and low-level render passes.