Code Monkey home page Code Monkey logo

Comments (4)

mihe avatar mihe commented on August 20, 2024

Just to chime in I can say that we don't experience this issue. For us calling CefBrowserHost::WasResized triggers (at some later point) a call to OnAcceleratedPaint with a new shared_handle. Much like the example application we then check whether the new one matches our cached one and recreate the texture (with the new size) if it doesn't.

from cef-mixer.

blattersturm avatar blattersturm commented on August 20, 2024

That's weird - what flags are you using in your CefApp::OnBeforeCommandLineProcessing? It might also be something else we're doing is conflicting with this... 😕

from cef-mixer.

mihe avatar mihe commented on August 20, 2024

disable-gpu-vsync is the only one we're using at the moment. It shows the same behavior regardless if I include that one or not though.

from cef-mixer.

blattersturm avatar blattersturm commented on August 20, 2024

Ah, thanks! We had in-process-gpu in there due to a prior accelerated rendering patch, which seems to conflict with disable-gpu-vsync being used at the same time.

from cef-mixer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.