[Postprocessing] Force enable depth writes in transparent post-pass

If we do not do this, then the transparent post-pass is largely useless since object paging disables depth writes for blended objects. Object paging is on by default now, and so is the post-pass when postprocessing is enabled.

While this is a bit unorthodox way of doing everything, it is an important shortcut as we avoid re-traversing the scenegraph to populate a new renderbin (which shadows must do, along with other RTTs). This adds significant overhead to cull times, so it is well worth it.

Merge request reports

Loading