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

    Interface ForwardRenderPipelineResources

    Callback-scoped forward resources visible only during one synchronous feature record call.

    interface ForwardRenderPipelineResources {
        color: RenderGraphTextureHandle | null;
        colorEncoding: RenderColorEncoding;
        depth: RenderGraphTextureHandle | null;
        replaceColor(
            texture: RenderGraphTextureHandle,
            encoding: RenderColorEncoding,
        ): void;
    }
    Index

    Current attachment-zero scene color, or null for a depth-only output.

    colorEncoding: RenderColorEncoding

    Encoding of the current scene color. Lighting and HDR effects require linear.

    Current scene depth, or null when no depth resource was requested or configured.