Skip to content

prepare

Required stages: vertex (.vsh), fragment (.fsh)
Optional stages: geometry (.gsh), compute (.csh)
Output Buffers: colortex
Valid suffixes: N/A, 1-99


A composite pass which runs after the shadow pass but before the gbuffers programs. It can be used to set up any data needed for the gbuffers programs. Like other composite programs, it renders a single fullscreen quad over the resolution of the buffer(s) it writes to.