Skip to content

shadowcomp

Required stages: vertex, fragment
Optional stages: geometry, compute
Output buffers: shadowcolor
Valid suffixes: no suffix, 1-99


A composite-style pass which runs directly after the shadow pass and writes to shadowcolor buffers. It can be used to process data from the shadow pass. Like other composite-style programs, it renders a single fullscreen quad over the resolution of the buffer(s) it writes to.