diff options
author | sg215889 <[email protected]> | 2009-07-29 02:49:40 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-29 02:49:40 -0700 |
commit | b00c6b4d36d60bc3a29a4458e42fb29c9a9ca941 (patch) | |
tree | cea248e58cf06f064a5935411e1e83db1cddf3f1 /src/jogl/classes/javax | |
parent | 219abab46a80b4529c09e9b1e1b77906d6a93dca (diff) |
Refine debug message
Diffstat (limited to 'src/jogl/classes/javax')
-rw-r--r-- | src/jogl/classes/javax/media/opengl/GLProfile.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jogl/classes/javax/media/opengl/GLProfile.java b/src/jogl/classes/javax/media/opengl/GLProfile.java index ead5f6396..6dab57469 100644 --- a/src/jogl/classes/javax/media/opengl/GLProfile.java +++ b/src/jogl/classes/javax/media/opengl/GLProfile.java @@ -709,6 +709,8 @@ public class GLProfile implements Cloneable { System.err.println("GLProfile.static hasGL3Impl "+hasGL3Impl); System.err.println("GLProfile.static hasGL2Impl "+hasGL2Impl); System.err.println("GLProfile.static hasGL2ES12Impl "+hasGL2ES12Impl); + System.err.println("GLProfile.static hasEGLDynLookup "+hasEGLDynLookup); + System.err.println("GLProfile.static hasEGLDrawableFactory "+hasEGLDrawableFactory); System.err.println("GLProfile.static hasGLES2Impl "+hasGLES2Impl); System.err.println("GLProfile.static hasGLES1Impl "+hasGLES1Impl); } |