Rank: Newbie Groups: Member
Joined: 11/23/2017 Posts: 9
|
Hi,
We are trying to render web browser to directx texture. We use EO and the WebBrowser capture function. We use this function at a fixed frame rate.
My question is: its possible to detect web browser changes and call this function only when repaint is really required?
thx in advance
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
No. This is not possible. Chromium browser engine has an extremely complex and optimized rendering pipeline so it is not practical for us to insert anything into that pipeline without breaking something or introduce a serious performance penalty.
Thanks!
|