Skip to content

Documentation / scene / PostEffectOutput

Interface: PostEffectOutput

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

Output target of a post effect, created through PostEffectSetupContext.createOutput.

Properties

color

color: RGHandle

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

Color handle produced by this effect. Return it from AbstractPostEffect.setup.


framebuffer

framebuffer: RGHandle

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

Graph framebuffer to render into, or null when the effect must render to the device default framebuffer (screen).


srgbOutput

srgbOutput: boolean

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

Whether the effect must gamma-correct its final write.

Released under the MIT License.