summaryrefslogtreecommitdiffstats
path: root/resources/cl-impl.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-24 22:52:59 +0200
committerMichael Bien <[email protected]>2010-04-24 22:52:59 +0200
commit1be089aa2acaeef8670a5b19e7c2d08e7c87cb94 (patch)
tree7603ab625577ade69b8a2b135615e05378b659cf /resources/cl-impl.cfg
parent7674ff2b486ee8d0ad6a7457431024b58a1b927a (diff)
clGetExtensionFunctionAddress returns now a long.
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r--resources/cl-impl.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg
index a404398f..34753eb7 100644
--- a/resources/cl-impl.cfg
+++ b/resources/cl-impl.cfg
@@ -32,8 +32,9 @@ ForceProcAddressGen clGetGLTextureInfo
ForceProcAddressGen clIcdGetPlatformIDsKHR
Unignore clGetExtensionFunctionAddress
-#AccessControl clGetExtensionFunctionAddress PACKAGE_PRIVATE
-ArgumentIsString clGetExtensionFunctionAddress 0
+RenameJavaMethod clGetExtensionFunctionAddress clGetExtensionFunctionAddressImpl
+AccessControl clGetExtensionFunctionAddressImpl PRIVATE
+ArgumentIsString clGetExtensionFunctionAddressImpl 0
#append to generated c files
CustomCCode #include <CL/cl.h>