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.java | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'make/config/jogl/gl-if-CustomJavaCode-gl.java') diff --git a/make/config/jogl/gl-if-CustomJavaCode-gl.java b/make/config/jogl/gl-if-CustomJavaCode-gl.java index f9f33eec9..bcbd3c52f 100644 --- a/make/config/jogl/gl-if-CustomJavaCode-gl.java +++ b/make/config/jogl/gl-if-CustomJavaCode-gl.java @@ -57,11 +57,8 @@ earmarked for ES 3.0 (hence kept in GL while fixing Bug 590) */ public static final int GL_HALF_FLOAT = 0x140B; - /** Part of GL_VERSION_1_4, GL_ES_VERSION_2_0, GL_OES_required_internalformat. */ - public static final int GL_DEPTH_COMPONENT16 = 0x81A5; - /** Part of GL_VERSION_1_0, GL_OES_element_index_uint, GL_ES_VERSION_2_0 */ - public static final int GL_UNSIGNED_INT = 0x1405; - /** Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 */ - public static final int GL_UNSIGNED_SHORT = 0x1403; - + /** Part of GL_EXT_framebuffer_object; GL_ES_VERSION_2_0; GL_OES_framebuffer_object */ + public static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS = 0x8CDA; + /** Part of GL_ES_VERSION_3_0, GL_VERSION_3_0; GL_EXT_packed_float */ + public static final int GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B; -- cgit v1.2.3