cef-mixer icon indicating copy to clipboard operation
cef-mixer copied to clipboard

High Performance off-screen rendering (OSR) demo using CEF

Results 9 cef-mixer issues
Sort by recently updated
recently updated
newest added

Please update for the latest CEF release(with a new Viz feature)

I've seen transparency issue if I reload page when renderer process crashes. To make it easy to reproduce it, I'd like to add this code.

Excuse me ! can you help me press key event on mixer as default browser ? me using PreTranslateMessage(MSG* pMsg) on C++/MFC for KEY_DOWN,KEY_UP and broadcast key event for all...

Hi, I am trying to use it in BGFX project(https://github.com/bkaradzic/bgfx). But I found the line https://github.com/daktronics/cef-mixer/blob/896a609e2799ecb5674166ac7eb0a4cbfef3d066/src/html_layer.cpp#L253 Is the shared_handle a D3D11 SharedTexture resources? If I want to pass it to...

Happens on some system, the system where the picture was taken has an AMD Radeon HD7600M & Intel® HD Graphics 4000. Some other Graphics Units with the same problem: Nvidia...

... when **not** using `CefBrowserHost::SendExternalBeginFrame` and instead just relying on CEF to do the frame requests itself. Basically, the implementation of `OnAcceleratedPaint` in our own application can sometimes take a...

In CEF 124, a new accelerated painting interface was introduced, using SHARED_NT handles now, via Direct3D 11.1. The code has been modified to work with the newer CEF release. As...