diff options
author | Rami Santina <[email protected]> | 2011-10-01 01:03:21 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-10-01 01:03:21 +0300 |
commit | 321720090314836d663b0bed0925c0cea76193e0 (patch) | |
tree | 4842da5abdbe99f488565f5ce7cdba9fffe8c68c /src/android | |
parent | 564574004cd2eb279a77b9c4040b02bd2bbdd44a (diff) | |
parent | e29d192999c676a5e3472df6daadd14fc8b69227 (diff) |
merge with sgothel
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java b/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java index ed588d894..a1f2288cf 100644 --- a/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java +++ b/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java @@ -63,9 +63,10 @@ public abstract class NEWTLauncherActivity extends Activity { // System.setProperty("nativewindow.debug.GraphicsConfiguration", "true"); // System.setProperty("jogl.debug", "all"); - // System.setProperty("jogl.debug.GLProfile", "true"); + System.setProperty("jogl.debug.GLProfile", "true"); System.setProperty("jogl.debug.GLDrawable", "true"); System.setProperty("jogl.debug.GLSLCode", "true"); + System.setProperty("jogl.debug.GLSLState", "true"); System.setProperty("jogl.debug.DebugGL", "true"); //System.setProperty("jogl.debug.TraceGL", "true"); |