Fullscreen OpenGL
in
Programming Questions
•
2 years ago
Hi,
I want to run my sketch fullscreen. I'm setting dimensions to 1280x800 (my native resolution) and get this error:
Exception in thread "Animation Thread" javax.media.opengl.GLException: Can not destroy context while it is current
I assume that's because my window (with title bar) gets bigger than screen.
What's the best way to start a processing sketch fullscreen using OpenGL?
1