Small World Engine API Reference - v0.76.20
    Preparing search index...

    Class HistoryBlendPassGPU

    Generic exponential history blend for WebGPU -- see HistoryBlendPassGL for the shared rationale/trade-offs (used by both TaaElement and MotionTrailElement).

    Index
    • Resolves the current frame against history.

      Parameters

      • ce: GPUCommandEncoder
      • currentView: GPUTextureView
      • width: number
      • height: number
      • config: { feedback: number }

      Returns GPUTextureView | null

      This frame's resolved HDR texture view (becomes history for the next call), or null if unavailable.