Class TemporalAAPluginPass<Tid>

Type Parameters

Hierarchy

Implements

Constructors

Properties

after: never[] = []

Passes that should run before this pass

before: string[] = ...

Passes that should run after this pass

debugVelocity: boolean = false
feedBack: Vector2 = ...
passId: Tid

Unique id for the pass. Used to determine the order of passes in the pipeline.

required: string[] = ...

Passes that are required to be present in the pipeline to run this pass.

taaEnabled: boolean = true

to switch with ssaa, for internal use only, dont set from outside

target: ValOrFunc<undefined | WebGLRenderTarget>
uiConfig: UiObjectConfig = ...

Methods

  • Returns void

  • Parameters

    • width: number
    • height: number

    Returns void

  • Parameters

    Returns void