Skip to content

passes/effectPass

Type Aliases

Type AliasDescription
EffectPassAn alias for RenderPass, specifically used in the context of post-processing effects.
EffectUniformsUniforms specifically used in post-processing effects. Supports functional values that receive information about the previous rendering passes.

Variables

VariableDescription
floatTargetConfigDefault configuration for high-precision floating point render targets. Useful for HDR and post-processing effects.

Functions

FunctionDescription
effectPassCreates a post-processing effect pass that renders a full-screen quad.

Released under the MIT License.