On 01/23/2013 05:25 PM, gouessej [via jogamp] wrote:
> Hi
>
> Currently, there is only one implementation of GLOffscreenAutoDrawable as far
> as I know, it is based on FBO. Is there a plan to add some other
> implementations in case FBO are slow or not available?
GLOffscreenAutoDrawableImpl is being used for _any_ offscreen drawable,
i.e. FBO, pbuffer and bitmap.
See unit test 'TestGLAutoDrawableFactoryOffscrnCapsNEWT',
which uses
GLOffscreenAutoDrawable GLDrawableFactory.createOffscreenAutoDrawable(..)
to create all these variations.
Note: Due to this, GLPbuffer is deprecated.
~Sven