I am not able to create a WebGL context with CefSharp.
I running CefSharp (Cef r3.2357.1287.g861c26e, CefSharp 43.0.1.0) in offscreen mode on Windows 7 on a PC with GPU acceralation (NVidia Quardo FX 4800).
I am initializing initializing `ChromiumWebBrowser` with:
BrowserSettings.WebGL = CefState.Enabled
However, when Cef initialzies it generates the following errors:
[1211/172558:ERROR:gl_surface_egl.cc(173)] eglInitialize failed with error UNKNOWN
[1211/172558:ERROR:gl_surface_win.cc(152)] GLSurfaceEGL::InitializeOneOff failed.
[1211/172558:ERROR:gpu_child_thread.cc(163)] Exiting GPU process due to errors during initialization
Anyone have a clue what I am doing wrong?
Thanks,
Jonas