1
Shader Multipass Test
Aiden edited this page 2026-05-08 19:03:26 +10:00

Multipass Test

Field Value
Shader ID multipass-test
Category Utility
Package shaders/multipass-test/
Passes mask, final

Multipass Test is a diagnostic shader that generates a mask in pass one, then samples that named intermediate in pass two.

Controls

Control Type Default What It Does
Intensity float 1 Strength of the final effect.
Scale float 10 Scale of the generated mask pattern.

Tips

  • Use this to confirm that multipass render targets and named pass inputs are working.
  • It is primarily a diagnostic/reference package, not a polished show look.