Page 1 of 1

How to draw a external rgba buffer on the webview using cef

PostPosted: Wed Jun 16, 2021 12:26 am
by shenyantao
hi,I want to draw a texture on the canvas not using js or html, is there an easy way to achieve it?

Re: How to draw a external rgba buffer on the webview using

PostPosted: Wed Jun 16, 2021 9:37 am
by magreenblatt
You will need to use JS and/or a URL. You can use a data URL, or see https://bitbucket.org/chromiumembedded/ ... t-handling for request handling options.