Offscreen rendering and Direct3d issue

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Offscreen rendering and Direct3d issue

Postby lologadgeto » Tue Dec 06, 2011 11:12 am

Hi,

I am using CEF in offscreen rendering mode and Ogre3d framework (rendering engine supporting both OpenGL and DirectX) on Windows 7.

In OpenGL mode, I don't get any issue.
When using DirectX as my renderer, I have noticed that CEF doesn't work properly if the webpage includes CSS3 Animations like the ones available in JQuery mobile for page transition. The transition doesn't happen and the CEF rendering doesn't change and remains on the initial page.
I have tried to deactivate hardware acceleration in CEF to avoid potential conflicts:
Code: Select all
CefBrowserSettings settingsBro;
settingsBro.accelerated_2d_canvas_disabled=true;
settingsBro.accelerated_compositing_enabled=false;
settingsBro.accelerated_layers_disabled=true;
settingsBro.accelerated_drawing_disabled=true;

However it doesn't change anything, I get the same output...

Any suggestion to bypass this issue?

Thanks a lot!
lologadgeto
Newbie
 
Posts: 2
Joined: Sat Dec 03, 2011 3:05 pm

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 93 guests