CEF supports hardware-accelerated off-screen rendering by enabling shared_texture_enabled via WindowInfo and passing --off-screen-rendering-enabled --shared-texture-enabled as arguments.
Unfortunately, Java CEF lacks bindings for OnAcceleratedPaint, meaning we cannot make use of this feature.
CEF supports hardware-accelerated off-screen rendering by enabling
shared_texture_enabledviaWindowInfoand passing--off-screen-rendering-enabled --shared-texture-enabledas arguments.Unfortunately, Java CEF lacks bindings for OnAcceleratedPaint, meaning we cannot make use of this feature.