Hello
I want to render a picture WITHOUT displaying it in a window (using LWJGL 3). So i don't need a window at all.
Can anybody point me to some resources about that? All i have found so far is about rendering into the default framebuffer which is displayed in a window... I have trouble finding anything about creating a windowless context and rendering into a backbuffer, so that i can retrieve its pixels to work with them on the host cpu.
I have a working solution with JOGL but i would rather use LWJGL 3, if that's possible.
Thank you very much!
Manuel Brotz