Skip to content

Documentation / scene / RGHistoryResources

Variable: RGHistoryResources

const RGHistoryResources: object

Defined in: libs/scene/src/render/rendergraph/history_resources.ts:5

Resource names for render graph history resources.

Type Declaration

TAA_COLOR

readonly TAA_COLOR: "taaColor" = 'taaColor'

TAA_MOTION_VECTOR

readonly TAA_MOTION_VECTOR: "taaMotionVector" = 'taaMotionVector'

SSR_REFLECT

readonly SSR_REFLECT: "ssrReflect" = 'ssrReflect'

SSR_MOTION_VECTOR

readonly SSR_MOTION_VECTOR: "ssrMotionVector" = 'ssrMotionVector'

Released under the MIT License.