Skip to content

EffectPass<U>

ts
type EffectPass<U> = RenderPass<U>;

An alias for RenderPass, specifically used in the context of post-processing effects.

Type Parameters

U

U extends Uniforms = Record<string, never>

Released under the MIT License.