JetBrains / jcef

A simple framework for embedding Chromium-based browsers into Java-based applications.
Other
227 stars 37 forks source link

Add CefRenderHandler support for the off-screen rendering. #3

Closed throwable-one closed 3 years ago

throwable-one commented 3 years ago

For now off-screen rendering mode means JCEF renders UI using ogl on it's own window.

This change gives client ability to provide CefRenderHandler instance to draw everything by herself

forantar commented 3 years ago

Thank you!

Pushed it: https://github.com/JetBrains/jcef/commit/3dda3e34556ef20cea46a490d69c79c13d5ee165

However, I added API version increment to your changes.