Issue with Post processing and viewport and Renderer clear flags

Hello in my project I am trying to render a transparent mini map with viewport (like the ViewHelper ) in conjunction with the TSL pass and PostProcessing system (I need it for several different effects in my project).
I am running into rendering differences between the post-processing.render and renderer.render, where the post processing has a white background for some reason.

My question is what is the correct way to get a setup to work like this?
How do I configure renderer.autoClear for the post processing setup?

JS fiddle link here: (there is a line you can comment out to toggle between the differences) three.js dev template - module - JSFiddle - Code Playground

1 Like

I posted this issue of on Github so there has now been added in a feature commit in 0.179.0 PassNode: Provide viewport and scissor API. by Mugen87 · Pull Request #31390 · mrdoob/three.js · GitHub.