Login  Register

Re: GLPbuffer doesn't work in Remote Desktop?

Posted by cznlzq on Nov 20, 2012; 10:53pm
URL: https://forum.jogamp.org/GLPbuffer-doesn-t-work-in-Remote-Desktop-tp4026922p4027126.html


I used the PBuffer to do some offscreen rendering to generate some images without showing the JComponent visible.

I'm not sure the FBO can achieve that as well.

From the name "Frame Buffer Object", it looks like that
I have to draw out the "frame" and then I can use the offscreen rendering.

Please correct me if I got wrong.

Thank you.