Hacker News new | ask | show | jobs
by play_ac 942 days ago
Yes you can, what you would do is clip against the main framebuffer and leave the window area transparent by inverting the mask. Then you can have the other plane underneath the main one. This is only if your hardware supports that though.
1 comments

Presumably that would still cause issues at the rounded corners because you need to blend those pixels to make them look nice.