You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting pixel buffers from WebView2 rendered areas. This would be something like the OnPaint() function in the CefRenderHandler of Chrome Embedded Framework (CEF).
Going the other way and passing custom rendered pixel buffers to WebView2 so that, for example, areas of the web page could be rendered offscreen using custom DX11 code.
Is there any support for this? I can't see it in the API.
The text was updated successfully, but these errors were encountered:
There's two scenarios I'm interested in:
OnPaint()
function in theCefRenderHandler
of Chrome Embedded Framework (CEF).Is there any support for this? I can't see it in the API.
The text was updated successfully, but these errors were encountered: