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

    Interface ForwardRenderPipelineFactoryOptions

    Construction options for the built-in scriptable forward pipeline.

    interface ForwardRenderPipelineFactoryOptions {
        features?: readonly ForwardRenderPipelineFeature[];
        opaqueTexture?: boolean;
        sceneColorFormat?: RenderTargetColorFormat;
    }
    Index
    features?: readonly ForwardRenderPipelineFeature[]

    Ordered reusable feature configurations.

    opaqueTexture?: boolean

    Capture opaque scene color before transparent rendering and bind it to transmission/volume materials as u_opaqueTexture.

    sceneColorFormat?: RenderTargetColorFormat

    Linear scene-color format used before final output. Use rgba16float for HDR lighting, Bloom, and display-referred color grading.