Package org.jzy3d.demos.debugGL
Class GetOpenGLVersion_JOGL
- java.lang.Object
-
- org.jzy3d.demos.debugGL.GetOpenGLVersion_JOGL
-
public class GetOpenGLVersion_JOGL extends Object
This shows how to switch OpenGL version with JOGL. It requires to invoke the JVM with -Djogl.disable.openglcore=true to work.
-
-
Constructor Summary
Constructors Constructor Description GetOpenGLVersion_JOGL()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getDebugInfo(com.jogamp.opengl.GL gl)
static void
main(String[] args)
-