diff options
author | Sven Gothel <[email protected]> | 2009-10-04 17:11:11 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-10-04 17:11:11 -0700 |
commit | 7997824464198164a74f4d20620d2f432578024c (patch) | |
tree | dd8c288d66d279f10f9edb4d35d8abeb03ccf164 /src/demos/readbuffer/ReadBufferBase.java | |
parent | 4b9a72c24bb97ed81c79c3931d4ffb5fa53d9978 (diff) |
ReadBuffer Demos: Use NetPbmTextureWriter
Diffstat (limited to 'src/demos/readbuffer/ReadBufferBase.java')
-rwxr-xr-x | src/demos/readbuffer/ReadBufferBase.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/demos/readbuffer/ReadBufferBase.java b/src/demos/readbuffer/ReadBufferBase.java index 77ffd96..04c1cdc 100755 --- a/src/demos/readbuffer/ReadBufferBase.java +++ b/src/demos/readbuffer/ReadBufferBase.java @@ -76,6 +76,9 @@ public class ReadBufferBase implements GLEventListener { if(_gl.isGL2GL3()) { _gl.getGL2GL3().glReadBuffer(GL2GL3.GL_FRONT); } + System.out.println("---------------------------"); + System.out.println(_gl.getContext()); + System.out.println("---------------------------"); } public void reshape(GLAutoDrawable drawable, int x, int y, int width, int height) { |