stigmee / gdnative-cef

Chromium Embedded Framework as Godot GDNative
GNU General Public License v3.0
42 stars 5 forks source link

OnPaint use const RectList& dirtyRects #3

Open Lecrapouille opened 2 years ago

Lecrapouille commented 2 years ago
void GDCef::RenderHandler::OnPaint(CefRefPtr<CefBrowser> browser, PaintElementType type,
                                   const RectList& dirtyRects, const void* buffer,
                                   int width, int height)

Manage dirtyRects and can we use poolthreads to parallelize ?