Login  Register

Exiting Fullscreen in TestGearsES2NewtCanvasAWT.java

Posted by andrei on Sep 10, 2013; 5:00am
URL: https://forum.jogamp.org/Exiting-Fullscreen-in-TestGearsES2NewtCanvasAWT-java-tp4030008.html

Hello,

when exiting fullscreen in TestGearsES2NewtCanvasAWT.java it seems the reshape doesn't happen as one would expect. While the viewport is cut down to the lower resolution, it seems the renderer is still in the full screen resolution. As a result, only the red wheel is partially visible, expanded as it was on fullscreen.

Is this normal? I would guess it's based on the two threads (entering/exiting) fullscreen and the GL thread are not in synch. Any idea how one would go about this issue?