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

    Interface ForwardRenderPipelineResources

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

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

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

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