From e6adf010ac40436b2fe8767742d8f25176ff932c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 6 Nov 2010 06:32:39 +0100 Subject: EGL: Fix gluegen usage --- make/config/jogl/eglext.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/make/config/jogl/eglext.cfg b/make/config/jogl/eglext.cfg index 40239371d..3b46aca57 100644 --- a/make/config/jogl/eglext.cfg +++ b/make/config/jogl/eglext.cfg @@ -24,6 +24,7 @@ CustomCCode /* Define EGL_EGLEXT_PROTOTYPES so that the EGL extension prototypes CustomCCode "eglext.h" are parsed. */ CustomCCode #define EGL_EGLEXT_PROTOTYPES CustomCCode +CustomCCode #include CustomCCode #include Include ../intptr.cfg @@ -31,12 +32,11 @@ Include ../intptr.cfg # There are some #defines in eglext.h that GlueGen and PCPP don't currently handle CustomJavaCode EGLExt /** Part of EGL_KHR_image */ CustomJavaCode EGLExt public static final long EGL_NO_IMAGE = 0; -CustomJavaCode EGLExt /** Part of EGL_NV_perfmon */ -CustomJavaCode EGLExt public static final long EGL_NO_PERFMONITOR = 0; -CustomJavaCode EGLExt /** Part of EGL_NV_perfmon */ -CustomJavaCode EGLExt public static final long EGL_DEFAULT_PERFMARKER = 0; -CustomJavaCode EGLExt /** Part of EGL_KHR_sync */ -CustomJavaCode EGLExt public static final long EGL_FOREVER_KHR = 0xFFFFFFFFFFFFFFFFL ; +#CustomJavaCode EGLExt /** Part of EGL_KHR_reusable_sync */ +#CustomJavaCode EGLExt public static final long EGL_FOREVER_KHR = 0xFFFFFFFFFFFFFFFFL ; +CustomJavaCode EGLExt /** Part of EGL_KHR_reusable_sync */ +CustomJavaCode EGLExt public static final long EGL_NO_SYNC_KHR = 0; + CustomJavaCode EGLExt public boolean isFunctionAvailable(String glFunctionName); CustomJavaCode EGLExt public boolean isExtensionAvailable(String glExtensionName); -- cgit v1.2.3