From 0d59bd4c655ef9a27f127000848aae7f07f240ae Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 6 Mar 2015 09:45:48 +0100 Subject: Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and GL 4.5 --- make/config/jogl/gl-if-CustomJavaCode-gl_compat.java | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 make/config/jogl/gl-if-CustomJavaCode-gl_compat.java (limited to 'make/config/jogl/gl-if-CustomJavaCode-gl_compat.java') diff --git a/make/config/jogl/gl-if-CustomJavaCode-gl_compat.java b/make/config/jogl/gl-if-CustomJavaCode-gl_compat.java deleted file mode 100644 index 22ae54cbe..000000000 --- a/make/config/jogl/gl-if-CustomJavaCode-gl_compat.java +++ /dev/null @@ -1,20 +0,0 @@ - -/** - * Part of GL_NV_vertex_array_range. - *

- * Provides platform-independent access to the wglAllocateMemoryNV / - * glXAllocateMemoryNV. - *

- */ -public java.nio.ByteBuffer glAllocateMemoryNV(int size, float readFrequency, float writeFrequency, float priority); - -/** - * Part of GL_NV_vertex_array_range. - *

- * Provides platform-independent access to the wglFreeMemoryNV / - * glXFreeMemoryNV. - *

- */ -public void glFreeMemoryNV(java.nio.ByteBuffer pointer); - - -- cgit v1.2.3