Nikita Shtengauer

Results 41 comments of Nikita Shtengauer
trafficstars

openglfx behaves just like any other element in javafx - it has a "dirty" state, which says it needs to be redrawn. It is set when the external parameters of...

Yes, you may get a blank screen when canvas was resized (fbo is recreating at this time) and you skipped the frame. As a workaround for your workaround (lol) you...

or just don't let skipping when resizing was previously called

As I remember, NSight can only connect to DirectX and Vulkan

I'll see how it can be used soon

Unfortunately, Nsight can only capture windows with a single rendering (created through glfw, for example). And since openglfx renders everything inside "offscreen" buffer and then glues the result to javaFX,...

Theoretically it is possible to create a "debug" mode, in which openglfx rendering will occur in a separate window. This will make it possible to use NSight

Yes, progress is slow, but work is underway

Can you try to use at least 4.0.1 version? There were a lot of async canvas fixes. Also, is the problem only with these artifacts, or are there other problems?...

@qq1053831109 I can't help you without feedback