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

    Interface RenderPipelineHistoryTextureResources

    Frame-scoped handles for one persistent history ring.

    interface RenderPipelineHistoryTextureResources {
        current: RenderGraphTextureHandle;
        generation: number;
        historyCount: number;
        valid: boolean;
        history(index?: number): RenderGraphTextureHandle;
    }
    Index

    Slot that this frame may completely replace.

    generation: number

    Invalidation generation for cached temporal state.

    historyCount: number

    Number of readable history slots.

    valid: boolean

    Whether the immediately previous slot contains valid submitted contents.