You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least on macOS, resizing the window of an OpenGL sketch will cause it to intermittently flicker red.
Tracked this down to the display.getEDTUtil().isCurrentThreadEDT() check inside PSurfaceJOGL.DrawListener.display(). For now (4.0 beta 5), added a hack to allow the FBO to update.
But there are bigger issues here, which are now being tracked here: #385
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: benfry
At least on macOS, resizing the window of an OpenGL sketch will cause it to intermittently flicker red.
Tracked this down to the
display.getEDTUtil().isCurrentThreadEDT()
check insidePSurfaceJOGL.DrawListener.display()
. For now (4.0 beta 5), added a hack to allow the FBO to update.But there are bigger issues here, which are now being tracked here: #385
The text was updated successfully, but these errors were encountered: