How to request javafx pixels rather than receiving it?
Thiago Milczarek Sayão
thiago.sayao at gmail.com
Sat Oct 14 17:44:23 UTC 2023
Hi,
I'm doing some experimenting on new ways to implement the gtk glass backend
(mainly targeting wayland support).
JavaFX View implementations receives the data to be drawn.
I want to be able to request it synchronously.
If JavaFX needs to paint I need it to request the glass backend without the
data.
So the backend would request back the data to be drawn when it's ready.
I could keep a buffer on GtkView.java. Would it be too ugly?
-- Thiago.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20231014/7ebd6c79/attachment.htm>
More information about the openjfx-dev
mailing list