Since CefInitialize() can only be called once per process and receives "windowless_rendering_enabled" in the CefSettings argument, it looks like there is no way for a process to have both windowless and windowed rendering Browser instances at the same time.
Right? Or is there any other way?
Thanks!