aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-if-CustomJavaCode-gl.java
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/gl-if-CustomJavaCode-gl.java')
-rw-r--r--make/config/jogl/gl-if-CustomJavaCode-gl.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/make/config/jogl/gl-if-CustomJavaCode-gl.java b/make/config/jogl/gl-if-CustomJavaCode-gl.java
new file mode 100644
index 000000000..28d24c072
--- /dev/null
+++ b/make/config/jogl/gl-if-CustomJavaCode-gl.java
@@ -0,0 +1,12 @@
+
+ public GLProfile getGLProfile();
+
+ public void glClearDepth( double depth );
+
+ public void glDepthRange(double zNear, double zFar);
+
+ public int glGetBoundBuffer(int target);
+
+ public boolean glIsVBOArrayEnabled();
+ public boolean glIsVBOElementEnabled();
+