Is it possible to stack SwapChainPanels on top of each other, achieving transparent background? #9684
Replies: 2 comments 8 replies
-
I'm not sure what you mean by transparent background... |
Beta Was this translation helpful? Give feedback.
-
Yes, you can put swapchains on top of each other, and if the panel with higher z index has a transparent frame, then the panel underneath it will be visible. Done and tested it. The limitations you are trying to work around are just poor design. The tech is clearly capable of stacking as much transparency as you want, they just didn't think this through too much. I am still not sure why they can't simply fix it. |
Beta Was this translation helpful? Give feedback.
-
According to this article, it should be possible to stack SwapChainPanels on top of each other for transparency purposes:
So, in theory, you could achieve transparent background for stacked SwapChainPanels (aka external content). Is there a way to do it in practice?
Beta Was this translation helpful? Give feedback.
All reactions