passes/effectPass
Type Aliases
| Type Alias | Description |
|---|---|
| EffectPass | An alias for RenderPass, specifically used in the context of post-processing effects. |
| EffectUniforms | Uniforms specifically used in post-processing effects. Supports functional values that receive information about the previous rendering passes. |
Variables
| Variable | Description |
|---|---|
| floatTargetConfig | Default configuration for high-precision floating point render targets. Useful for HDR and post-processing effects. |
Functions
| Function | Description |
|---|---|
| effectPass | Creates a post-processing effect pass that renders a full-screen quad. |