diff options
author | Sven Gothel <[email protected]> | 2011-08-01 15:28:17 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-01 15:28:17 +0200 |
commit | 6b37403cdee3d1edfb90fdeba6b23ef1380b8438 (patch) | |
tree | 74ba7672c0c6d33140470d7c2abdf37cecef8883 | |
parent | a7fcfad44545e7b3f7e2f4176349588dc26d9070 (diff) |
Use GL2ES1 profile (no emul) - complete commit a7fcfad44545e7b3f7e2f4176349588dc26d9070
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/newt/TestGearsGL2ES1NEWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/newt/TestGearsGL2ES1NEWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/newt/TestGearsGL2ES1NEWT.java index 9f7faacba..43fa2852e 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/newt/TestGearsGL2ES1NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/newt/TestGearsGL2ES1NEWT.java @@ -110,7 +110,7 @@ public class TestGearsGL2ES1NEWT extends UITestCase { @Test public void test01() throws InterruptedException { - GLCapabilities caps = new GLCapabilities(GLProfile.getDefault()); + GLCapabilities caps = new GLCapabilities(glp); runTestGL(caps); } |