From cf4c403733363a0e0e06079d85ddae91399696ab Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 3 Oct 2009 01:18:34 -0700 Subject: Offscreen/PBuffer capabilities cleanup ; Generic read drawable support --- src/jogl/classes/com/sun/opengl/impl/egl/EGLPbufferDrawable.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/jogl/classes/com/sun/opengl/impl/egl/EGLPbufferDrawable.java') diff --git a/src/jogl/classes/com/sun/opengl/impl/egl/EGLPbufferDrawable.java b/src/jogl/classes/com/sun/opengl/impl/egl/EGLPbufferDrawable.java index a792762a4..448112ae0 100644 --- a/src/jogl/classes/com/sun/opengl/impl/egl/EGLPbufferDrawable.java +++ b/src/jogl/classes/com/sun/opengl/impl/egl/EGLPbufferDrawable.java @@ -118,6 +118,10 @@ public class EGLPbufferDrawable extends EGLDrawable { return new EGLPbufferContext(this, shareWith); } - protected void swapBuffersImpl() { } + protected void swapBuffersImpl() { + if(DEBUG) { + System.err.println("unhandled swapBuffersImpl() called for: "+this); + } + } } -- cgit v1.2.3