summaryrefslogtreecommitdiffstats
path: root/src/demos
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-06-26 01:33:30 +0000
committerSven Gothel <[email protected]>2008-06-26 01:33:30 +0000
commitbb4b1bb18201e64386f7ac94a774aa21c1b3b88f (patch)
tree58248304d206384f4ba38965e72550e86c29d17f /src/demos
parent2089fba64a539193e84a89a8fff9f3b3f1f4460d (diff)
show GL context
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@250 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos')
-rwxr-xr-xsrc/demos/es1/RedSquare.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/es1/RedSquare.java b/src/demos/es1/RedSquare.java
index 81713ea..1e64d89 100755
--- a/src/demos/es1/RedSquare.java
+++ b/src/demos/es1/RedSquare.java
@@ -67,6 +67,7 @@ public class RedSquare implements MouseListener {
context.makeCurrent();
GL2ES1 gl = context.getGL().getGL2ES1();
+ System.out.println("Created GL: "+gl);
GLU glu = GLU.createGLU(gl);
//----------------------------------------------------------------------