diff options
Diffstat (limited to 'make/wglext.cfg')
-rw-r--r-- | make/wglext.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/wglext.cfg b/make/wglext.cfg index 2557a6d13..fa269d9b0 100644 --- a/make/wglext.cfg +++ b/make/wglext.cfg @@ -22,6 +22,15 @@ Ignore gl.+ Include gl-headers.cfg Include intptr.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 +IgnoreExtension WGL_OML_sync_control +IgnoreExtension WGL_NV_gpu_affinity + CustomJavaCode WGLExt public boolean isFunctionAvailable(String glFunctionName); CustomJavaCode WGLExt public boolean isExtensionAvailable(String glExtensionName); |