Login  Register

Re: Offscreen Opengl App

Posted by sefjogl on Nov 06, 2019; 10:18pm
URL: https://forum.jogamp.org/Offscreen-Opengl-App-tp4040127p4040134.html

Hello,

Thanks for your answer.

TestOffscreen01GLPBufferNEWT renders in PBuffer
TestOffscreen02BitmapNEWT renders to a window (glWindow.setVisible(true);)

I need to render in a texture, and without creating a Window since I don't need to display it.