Friz64
Friz64
Taking it a step further, I like it! Sadly though, this conflicts with the workaround to #13208 I suggested (implemented in #13221).
> Come to think of it, I think `WindowWrapper` is unneeded now, with the `Arc` upcasting. `RawHandleWrapper::new` could just take an `Arc`, and the `Arc` could be used anywhere else...
> Sadly though, this conflicts with the workaround to #13208 I suggested (implemented in #13221). Now, because we didn't go through with my quick & dirty workaround (and instead went...