Skip to content

Documentation / scene / PostEffectHistoryRead

Interface: PostEffectHistoryRead

Defined in: libs/scene/src/posteffect/posteffect.ts:28

History texture binding required while a post effect executes.

Properties

name

name: string

Defined in: libs/scene/src/posteffect/posteffect.ts:30

History resource name (see RGHistoryResources).


handle

handle: RGHandle

Defined in: libs/scene/src/posteffect/posteffect.ts:32

Graph handle of the imported previous-frame texture.

Released under the MIT License.