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/wglext.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'make/config/jogl/wglext.cfg') diff --git a/make/config/jogl/wglext.cfg b/make/config/jogl/wglext.cfg index 57707d6cb..6b5815fdf 100644 --- a/make/config/jogl/wglext.cfg +++ b/make/config/jogl/wglext.cfg @@ -17,8 +17,8 @@ AllowNonGLExtensions true NIOOnly __ALL__ NIODirectOnly __ALL__ -GLHeader wingdi.h -GLHeader GL/wglext.h +GLSemHeader wingdi.h +GLSemHeader GL/wglext.h EmitProcAddressTable true ProcAddressTableClassName WGLExtProcAddressTable @@ -28,14 +28,14 @@ GetProcAddressTableExpr _context.getWGLExtProcAddressTable() Ignore GL_.+ Ignore gl.+ -Include gl-headers.cfg +Include glx-headers.cfg # FIXME: for the time being, ignore all extensions requiring the # presence of java.nio.LongBuffer because it doesn't exist on CDC/FP + # JSR-239 NIO subset (remove once we have Java SE classes running on CVM) # Inform the glue code generator of the association between #defines # and functions and the extensions in which they are defined -GLHeader GL/wglext.h +GLSemHeader GL/wglext.h IgnoreExtension WGL_OML_sync_control IgnoreExtension WGL_NV_gpu_affinity -- cgit v1.2.3