-
-
Notifications
You must be signed in to change notification settings - Fork 236
Rendering to Screen
Raoul v. R edited this page Feb 24, 2020
·
2 revisions
Every Pass
has a renderToScreen
flag that defaults to false
. Starting with version 6.11.0
, the EffectComposer
will automatically set this flag to let the last pass in the chain render to screen. If the user provides a pass that already renders to screen, this mechanism will be disabled.