Heya! I wrote an OBS overlay app, but OBS's window capture cannot capture any of my overlay windows because they have hardware acceleration enabled by default. I've looked for about 2 hours now and all I could find was the --disable-gpu browser arg, which causes the windows to immediately close every time I open them. I've also tried having a look around some of the webview stuff (using Window#with_webview) and I couldn't find anything there either.
Is there any good, reliable way to disable hardware acceleration? Or at least get my windows to capture in OBS? (yes, I'm using the "Windows 10" capture method)

