webview2 icon indicating copy to clipboard operation
webview2 copied to clipboard

Expose the CoreWebView2SharedBuffer APIs

Open rajsite opened this issue 1 year ago • 1 comments

Is it possible to access / add support for the CoreWebView2 SharedBuffer APIs, i.e. CreateSharedBuffer and friends?

Think it would be useful for efficient communication of some buffer content (frames rendered on a webgl canvas).

rajsite avatar Apr 26 '23 06:04 rajsite

This should be possible by upgrading the idl and generating the bindings.

But I might not have time to work on this myself.

You may also want to take a look at other windows/webview2 bindings. Haven't payed attention to windows and webview2 in a while.

blckngm avatar Apr 27 '23 05:04 blckngm